Html Css Color HEX #045672 Blue Lagoon

📋 copy color: '#045672'

red 4 ◦ green 86 ◦ blue 114

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

Shades of Blue Lagoon #045672

Tints of Blue Lagoon #045672

RGB

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

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

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

R = 1.96%
G = 42.16%
B = 55.88%

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

#045672 (or 0x045672) is known color: Blue Lagoon. HEX triplet: 04, 56 and 72. RGB value is (4,86,114). Sum of RGB (Red+Green+Blue) = 4+86+114=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #045672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045672 is #FBA98D. Grayscale: #404040. Windows color (decimal): -16492942 or 7493124. OLE color: 7493124.

HSL color Cylindrical-coordinate representation of color #045672: hue angle of 195.27º 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 #045672 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 86 114 -
CMYK 0.96 0.25 0 0.55
HSL 195.27º 0.93% 0.23% -
HSV(B) 195.27º 0.96% 0.45% -
XYZ 6.42 7.9 17.11 -
YUV 64.67 155.83 84.72 -
System Red Green Blue C M Y K H S L
Decimal 4 86 114 0.96 0.25 0 0.55 195.27 0.93 0.23
Hex 4 56 72 60 19 0 37 C3 5D 17
Octal 4 126 162 140 31 0 67 303 135 27
Binary 100 1010110 1110010 1100000 11001 0 110111 11000011 1011101 10111

Color Harmonies of #045672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045672

Black with #045672

Text Example


Text Example

White with #045672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045672; }

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

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

background-color css

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

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

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

border-color css

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

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

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