Html Css Color HEX #04566F Blue Lagoon

📋 copy color: '#04566F'

red 4 ◦ green 86 ◦ blue 111

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

Shades of Blue Lagoon #04566F

Tints of Blue Lagoon #04566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.79%

 BLUE value IS 111 (43.75% from 255) = 55.22%

R = 1.99%
G = 42.79%
B = 55.22%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#04566F (or 0x04566F) is known color: Blue Lagoon. HEX triplet: 04, 56 and 6F. RGB value is (4,86,111). Sum of RGB (Red+Green+Blue) = 4+86+111=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #04566F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04566F is #FBA990. Grayscale: #404040. Windows color (decimal): -16492945 or 7296516. OLE color: 7296516.

HSL color Cylindrical-coordinate representation of color #04566F: hue angle of 194.02º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04566F is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 86 111 -
CMYK 0.96 0.23 0 0.56
HSL 194.02º 0.93% 0.23% -
HSV(B) 194.02º 0.96% 0.44% -
XYZ 6.25 7.83 16.22 -
YUV 64.33 154.33 84.97 -
System Red Green Blue C M Y K H S L
Decimal 4 86 111 0.96 0.23 0 0.56 194.02 0.93 0.23
Hex 4 56 6F 60 17 0 38 C2 5D 17
Octal 4 126 157 140 27 0 70 302 135 27
Binary 100 1010110 1101111 1100000 10111 0 111000 11000010 1011101 10111

Color Harmonies of #04566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04566F

Black with #04566F

Text Example


Text Example

White with #04566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,86,111); }

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

background-color css

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

 a { background-color: rgb(4,86,111); }

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

border-color css

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

 span { border-color: rgb(4,86,111); }

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