Html Css Color HEX #04667F Blue Lagoon

📋 copy color: '#04667F'

red 4 ◦ green 102 ◦ blue 127

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

Shades of Blue Lagoon #04667F

Tints of Blue Lagoon #04667F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 54.51%

R = 1.72%
G = 43.78%
B = 54.51%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#04667F (or 0x04667F) is known color: Blue Lagoon. HEX triplet: 04, 66 and 7F. RGB value is (4,102,127). Sum of RGB (Red+Green+Blue) = 4+102+127=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #04667F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04667F is #FB9980. Grayscale: #4B4B4B. Windows color (decimal): -16488833 or 8349188. OLE color: 8349188.

HSL color Cylindrical-coordinate representation of color #04667F: hue angle of 192.2º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04667F is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 102 127 -
CMYK 0.97 0.20 0 0.50
HSL 192.2º 0.94% 0.26% -
HSV(B) 192.2º 0.97% 0.5% -
XYZ 8.63 11.06 21.76 -
YUV 75.55 157.03 76.97 -
System Red Green Blue C M Y K H S L
Decimal 4 102 127 0.97 0.20 0 0.50 192.2 0.94 0.26
Hex 4 66 7F 61 14 0 32 C0 5E 1A
Octal 4 146 177 141 24 0 62 300 136 32
Binary 100 1100110 1111111 1100001 10100 0 110010 11000000 1011110 11010

Color Harmonies of #04667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04667F

Black with #04667F

Text Example


Text Example

White with #04667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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