Html Css Color HEX #04576F Blue Lagoon

📋 copy color: '#04576F'

red 4 ◦ green 87 ◦ blue 111

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

Shades of Blue Lagoon #04576F

Tints of Blue Lagoon #04576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.07%

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

R = 1.98%
G = 43.07%
B = 54.95%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#04576F (or 0x04576F) is known color: Blue Lagoon. HEX triplet: 04, 57 and 6F. RGB value is (4,87,111). Sum of RGB (Red+Green+Blue) = 4+87+111=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #04576F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04576F is #FBA890. Grayscale: #404040. Windows color (decimal): -16492689 or 7296772. OLE color: 7296772.

HSL color Cylindrical-coordinate representation of color #04576F: hue angle of 193.46º 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 #04576F is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 87 111 -
CMYK 0.96 0.22 0 0.56
HSL 193.46º 0.93% 0.23% -
HSV(B) 193.46º 0.96% 0.44% -
XYZ 6.33 7.99 16.25 -
YUV 64.92 154 84.55 -
System Red Green Blue C M Y K H S L
Decimal 4 87 111 0.96 0.22 0 0.56 193.46 0.93 0.23
Hex 4 57 6F 60 16 0 38 C1 5D 17
Octal 4 127 157 140 26 0 70 301 135 27
Binary 100 1010111 1101111 1100000 10110 0 111000 11000001 1011101 10111

Color Harmonies of #04576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04576F

Black with #04576F

Text Example


Text Example

White with #04576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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