Html Css Color HEX #045771 Blue Lagoon

📋 copy color: '#045771'

red 4 ◦ green 87 ◦ blue 113

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

Shades of Blue Lagoon #045771

Tints of Blue Lagoon #045771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.39%

R = 1.96%
G = 42.65%
B = 55.39%

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

#045771 (or 0x045771) is known color: Blue Lagoon. HEX triplet: 04, 57 and 71. RGB value is (4,87,113). Sum of RGB (Red+Green+Blue) = 4+87+113=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #045771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045771 is #FBA88E. Grayscale: #404040. Windows color (decimal): -16492687 or 7427844. OLE color: 7427844.

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

Color convert

RGB 4 87 113 -
CMYK 0.96 0.23 0 0.56
HSL 194.31º 0.93% 0.23% -
HSV(B) 194.31º 0.96% 0.44% -
XYZ 6.44 8.03 16.83 -
YUV 65.15 155 84.39 -
System Red Green Blue C M Y K H S L
Decimal 4 87 113 0.96 0.23 0 0.56 194.31 0.93 0.23
Hex 4 57 71 60 17 0 38 C2 5D 17
Octal 4 127 161 140 27 0 70 302 135 27
Binary 100 1010111 1110001 1100000 10111 0 111000 11000010 1011101 10111

Color Harmonies of #045771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045771

Black with #045771

Text Example


Text Example

White with #045771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045771; }

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

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

background-color css

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

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

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

border-color css

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

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

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