Html Css Color HEX #04576C Blue Lagoon

📋 copy color: '#04576C'

red 4 ◦ green 87 ◦ blue 108

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

Shades of Blue Lagoon #04576C

Tints of Blue Lagoon #04576C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.27%

R = 2.01%
G = 43.72%
B = 54.27%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04576C (or 0x04576C) is known color: Blue Lagoon. HEX triplet: 04, 57 and 6C. RGB value is (4,87,108). Sum of RGB (Red+Green+Blue) = 4+87+108=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #04576C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04576C is #FBA893. Grayscale: #404040. Windows color (decimal): -16492692 or 7100164. OLE color: 7100164.

HSL color Cylindrical-coordinate representation of color #04576C: hue angle of 192.12º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04576C is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 87 108 -
CMYK 0.96 0.19 0 0.58
HSL 192.12º 0.93% 0.22% -
HSV(B) 192.12º 0.96% 0.42% -
XYZ 6.17 7.92 15.39 -
YUV 64.58 152.5 84.79 -
System Red Green Blue C M Y K H S L
Decimal 4 87 108 0.96 0.19 0 0.58 192.12 0.93 0.22
Hex 4 57 6C 60 13 0 3A C0 5D 16
Octal 4 127 154 140 23 0 72 300 135 26
Binary 100 1010111 1101100 1100000 10011 0 111010 11000000 1011101 10110

Color Harmonies of #04576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04576C

Black with #04576C

Text Example


Text Example

White with #04576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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