Html Css Color HEX #04667D Blue Lagoon

📋 copy color: '#04667D'

red 4 ◦ green 102 ◦ blue 125

#04667D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #04667D

Tints of Blue Lagoon #04667D

RGB

 RED value IS 4 (1.95% from 255) = 1.73%

 GREEN value IS 102 (40.23% from 255) = 44.16%

 BLUE value IS 125 (49.22% from 255) = 54.11%

R = 1.73%
G = 44.16%
B = 54.11%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#04667D (or 0x04667D) is known color: Blue Lagoon. HEX triplet: 04, 66 and 7D. RGB value is (4,102,125). Sum of RGB (Red+Green+Blue) = 4+102+125=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #04667D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04667D is #FB9982. Grayscale: #4B4B4B. Windows color (decimal): -16488835 or 8218116. OLE color: 8218116.

HSL color Cylindrical-coordinate representation of color #04667D: hue angle of 191.4º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04667D is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 102 125 -
CMYK 0.97 0.18 0 0.51
HSL 191.41º 0.94% 0.25% -
HSV(B) 191.41º 0.97% 0.49% -
XYZ 8.5 11.01 21.08 -
YUV 75.32 156.03 77.13 -
System Red Green Blue C M Y K H S L
Decimal 4 102 125 0.97 0.18 0 0.51 191.41 0.94 0.25
Hex 4 66 7D 61 12 0 33 BF 5E 19
Octal 4 146 175 141 22 0 63 277 136 31
Binary 100 1100110 1111101 1100001 10010 0 110011 10111111 1011110 11001

Color Harmonies of #04667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04667D

Black with #04667D

Text Example


Text Example

White with #04667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04667D; }

 p { color: rgb(4,102,125); }

 H1.HeaderClassName
 {
   color: #04667D;
 }
 .AnyTagClassName
 {
   color: #04667D;
 }
</style>

background-color css

<style>
 a { background-color: #04667D; }

 a { background-color: rgb(4,102,125); }

 div.DivClassName
 {
   background-color: #04667D;
 }
 .BgClassName
 {
   background-color: #04667D;
 }
</style>

border-color css

<style>
 span { border-color: #04667D; }

 span { border-color: rgb(4,102,125); }

 td.TdClassName
 {
   border-color: #04667D;
 }
 .TagClassName
 {
   border-color: #04667D;
 }
</style>