COLOR #004F7A

HEX: #004F7A
RGB: (0,79,122)

Renk bilgisi

#004F7A contains only green and blue colors. #004F7A ‘ nin web güvenlik rengi #006666 (ya da #066) dir.

RGB renk modeli

#004F7A color RGB value is (0,79,122).

  • kırmız ton 0;
  • yeşil ton 79;
  • mavi ton 122.
RGB:
(0,79,122)
(0%,31%,48%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 79 of 255 = 31%
B 122 of 255 = 48%

0
79
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 79 + 122 = 201 (100%)
R 0 of 201 ~ 0%
G 79 of 201 ~ 39.3%
B 122 of 201 ~ 60.7%

%39.3
%60.7

CMYK RENK MODELİ

#004F7A rengi CMYK tonu (100,35,0,52).

  • camgöbeği tonu 100.00%
  • eflatun tonu 35.25%
  • sarı tonu 0.00%
  • ana renk tonu 52.16%
CMYK:
(100,35,0,52)
C100M35Y0K52 
(100%,35%,0%,52%)
(1.00/0.35/0.00/0.52)	

CMYK yüzdeleri

%100
%35.25
%0
%52.16

Codes

Color #004F7A in popluar color models

004F7A
RGB079122
HSL201°100.00%23.92%
HSB/HSV201°100.00%47.84%
CMYK100.00%35.25%0.00%
52.16%

Color #004F7A in popluar number systems.

HEX004F7A
Decimal079122
Binary010011111111010
Octal0117172

Shades and tints

Shades of #004F7A

#004F7A
(0,79,122)
#00486F
(0,72,111)
#004164
(0,65,100)
#003A59
(0,58,89)
#00334E
(0,51,78)
#002C43
(0,44,67)
#002538
(0,37,56)
#001E2D
(0,30,45)
#001722
(0,23,34)
#001017
(0,16,23)
#00090C
(0,9,12)
#000000
(0,0,0)

Tints of #004F7A

#004F7A
(0,79,122)
#175F86
(23,95,134)
#2E6F92
(46,111,146)
#457F9E
(69,127,158)
#5C8FAA
(92,143,170)
#739FB6
(115,159,182)
#8AAFC2
(138,175,194)
#A1BFCE
(161,191,206)
#B8CFDA
(184,207,218)
#CFDFE6
(207,223,230)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004F7A color. Also use rgb(0,79,122) instead hex code.

Text Font Color

.myTextColor { color: #004F7A; }

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

This text font color is #004F7A.


Background Color

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

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

This div background color is #004F7A.


Border color

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

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

This div border color is #004F7A.


Opacity

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

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

Text with #004F7A 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 #004F7A;}

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

This text has shadow with #004F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004F7A on black background.


Color preview on white background

This text has color #004F7A on white background.



Black color preview on #004F7A background

This text has black color on #004F7A background.


White color preview on #004F7A background

This text has white color on #004F7A background.