COLOR #004B7F

HEX: #004B7F
RGB: (0,75,127)

Renk bilgisi

#004B7F contains only green and blue colors. #004B7F ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#004B7F color RGB value is (0,75,127).

  • kırmız ton 0;
  • yeşil ton 75;
  • mavi ton 127.
RGB:
(0,75,127)
(0%,29%,50%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 75 of 255 = 29%
B 127 of 255 = 50%

0
75
127

R + G + B ~ 26%. #004B7F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 75 + 127 = 202 (100%)
R 0 of 202 ~ 0%
G 75 of 202 ~ 37.13%
B 127 of 202 ~ 62.87%

%37.13
%62.87

CMYK RENK MODELİ

#004B7F rengi CMYK tonu (100,41,0,50).

  • camgöbeği tonu 100.00%
  • eflatun tonu 40.94%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(100,41,0,50)
C100M41Y0K50 
(100%,41%,0%,50%)
(1.00/0.41/0.00/0.50)	

CMYK yüzdeleri

%100
%40.94
%0
%50.2

Codes

Color #004B7F in popluar color models

004B7F
RGB075127
HSL205°100.00%24.90%
HSB/HSV205°100.00%49.80%
CMYK100.00%40.94%0.00%
50.20%

Color #004B7F in popluar number systems.

HEX004B7F
Decimal075127
Binary010010111111111
Octal0113177

Shades and tints

Shades of #004B7F

#004B7F
(0,75,127)
#004574
(0,69,116)
#003F69
(0,63,105)
#00395E
(0,57,94)
#003353
(0,51,83)
#002D48
(0,45,72)
#00273D
(0,39,61)
#002132
(0,33,50)
#001B27
(0,27,39)
#00151C
(0,21,28)
#000F11
(0,15,17)
#000000
(0,0,0)

Tints of #004B7F

#004B7F
(0,75,127)
#175B8A
(23,91,138)
#2E6B95
(46,107,149)
#457BA0
(69,123,160)
#5C8BAB
(92,139,171)
#739BB6
(115,155,182)
#8AABC1
(138,171,193)
#A1BBCC
(161,187,204)
#B8CBD7
(184,203,215)
#CFDBE2
(207,219,226)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004B7F color. Also use rgb(0,75,127) instead hex code.

Text Font Color

.myTextColor { color: #004B7F; }

<p style="color:#004B7F">This sample text font color is #004B7F.</p>

This text font color is #004B7F.


Background Color

.myBgColor { background-color: #004B7F; }

<div style="background-color:#004B7F">Inner text</div>

This div background color is #004B7F.


Border color

.myBorderColor { border: 1px solid #004B7F; }

<div style="border:3px solid #004B7F">Div</div>

This div border color is #004B7F.


Opacity

.myOpacity80 { color: #004B7F; opacity: 0.8; }

<p style="color:#004B7F;opacity:0.8;">80%</p>

Text with #004B7F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #004B7F;}

<p style="text-shadow: 3px 3px 1px #004B7F">Text here.</p>

This text has shadow with #004B7F color.

.textShadow {text-shadow: 3px 3px 1px #004B7F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #004B7F, 5px 5px 20px red">Text here.</p>

This text has shadow with #004B7F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#004B7F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#004B7F, Direction=45, Strength=4)">Text</p>

This text has shadow with #004B7F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #004B7F;
  -webkit-box-shadow:	1px 1px 3px 2px #004B7F;
  box-shadow:		1px 1px 3px 2px #004B7F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #004B7F;
-webkit-box-shadow: 1px 1px 3px 2px #004B7F;
box-shadow:1px 1px 3px 2px #004B7F;">
Div content here</div>
This div box has shadow with color #004B7F.

Preview

Color preview on black background

This text has color #004B7F on black background.


Color preview on white background

This text has color #004B7F on white background.



Black color preview on #004B7F background

This text has black color on #004B7F background.


White color preview on #004B7F background

This text has white color on #004B7F background.