Html Css Color HEX #045572 Blue Lagoon

📋 copy color: '#045572'

red 4 ◦ green 85 ◦ blue 114

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

Shades of Blue Lagoon #045572

Tints of Blue Lagoon #045572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.87%

 BLUE value IS 114 (44.92% from 255) = 56.16%

R = 1.97%
G = 41.87%
B = 56.16%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#045572 (or 0x045572) is known color: Blue Lagoon. HEX triplet: 04, 55 and 72. RGB value is (4,85,114). Sum of RGB (Red+Green+Blue) = 4+85+114=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #045572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045572 is #FBAA8D. Grayscale: #3F3F3F. Windows color (decimal): -16493198 or 7492868. OLE color: 7492868.

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

Color convert

RGB 4 85 114 -
CMYK 0.96 0.25 0 0.55
HSL 195.82º 0.93% 0.23% -
HSV(B) 195.82º 0.96% 0.45% -
XYZ 6.34 7.74 17.08 -
YUV 64.09 156.16 85.14 -
System Red Green Blue C M Y K H S L
Decimal 4 85 114 0.96 0.25 0 0.55 195.82 0.93 0.23
Hex 4 55 72 60 19 0 37 C4 5D 17
Octal 4 125 162 140 31 0 67 304 135 27
Binary 100 1010101 1110010 1100000 11001 0 110111 11000100 1011101 10111

Color Harmonies of #045572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045572

Black with #045572

Text Example


Text Example

White with #045572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045572; }

 p { color: rgb(4,85,114); }

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

background-color css

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

 a { background-color: rgb(4,85,114); }

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

border-color css

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

 span { border-color: rgb(4,85,114); }

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