Html Css Color HEX #04667E Blue Lagoon

📋 copy color: '#04667E'

red 4 ◦ green 102 ◦ blue 126

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

Shades of Blue Lagoon #04667E

Tints of Blue Lagoon #04667E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 54.31%

R = 1.72%
G = 43.97%
B = 54.31%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04667E (or 0x04667E) is known color: Blue Lagoon. HEX triplet: 04, 66 and 7E. RGB value is (4,102,126). Sum of RGB (Red+Green+Blue) = 4+102+126=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 126 (49.61% from 255 or 54.31% from 232); Max value from RGB is 126 - color contains mainly: blue. Hex color #04667E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04667E is #FB9981. Grayscale: #4B4B4B. Windows color (decimal): -16488834 or 8283652. OLE color: 8283652.

HSL color Cylindrical-coordinate representation of color #04667E: hue angle of 191.8º 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 #04667E is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 102 126 -
CMYK 0.97 0.19 0 0.51
HSL 191.8º 0.94% 0.25% -
HSV(B) 191.8º 0.97% 0.49% -
XYZ 8.57 11.03 21.42 -
YUV 75.43 156.53 77.05 -
System Red Green Blue C M Y K H S L
Decimal 4 102 126 0.97 0.19 0 0.51 191.8 0.94 0.25
Hex 4 66 7E 61 13 0 33 C0 5E 19
Octal 4 146 176 141 23 0 63 300 136 31
Binary 100 1100110 1111110 1100001 10011 0 110011 11000000 1011110 11001

Color Harmonies of #04667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04667E

Black with #04667E

Text Example


Text Example

White with #04667E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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