Html Css Color HEX #045575 Blue Lagoon

📋 copy color: '#045575'

red 4 ◦ green 85 ◦ blue 117

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

Shades of Blue Lagoon #045575

Tints of Blue Lagoon #045575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 1.94%
G = 41.26%
B = 56.8%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#045575 (or 0x045575) is known color: Blue Lagoon. HEX triplet: 04, 55 and 75. RGB value is (4,85,117). Sum of RGB (Red+Green+Blue) = 4+85+117=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #045575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045575 is #FBAA8A. Grayscale: #404040. Windows color (decimal): -16493195 or 7689476. OLE color: 7689476.

HSL color Cylindrical-coordinate representation of color #045575: hue angle of 196.99º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045575 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 85 117 -
CMYK 0.97 0.27 0 0.54
HSL 196.99º 0.93% 0.24% -
HSV(B) 196.99º 0.97% 0.46% -
XYZ 6.51 7.81 17.99 -
YUV 64.43 157.66 84.9 -
System Red Green Blue C M Y K H S L
Decimal 4 85 117 0.97 0.27 0 0.54 196.99 0.93 0.24
Hex 4 55 75 61 1B 0 36 C5 5D 18
Octal 4 125 165 141 33 0 66 305 135 30
Binary 100 1010101 1110101 1100001 11011 0 110110 11000101 1011101 11000

Color Harmonies of #045575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045575

Black with #045575

Text Example


Text Example

White with #045575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045575; }

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

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

background-color css

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

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

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

border-color css

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

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

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