Html Css Color HEX #045D70 Blue Lagoon

📋 copy color: '#045D70'

red 4 ◦ green 93 ◦ blue 112

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

Shades of Blue Lagoon #045D70

Tints of Blue Lagoon #045D70

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.5%

 BLUE value IS 112 (44.14% from 255) = 53.59%

R = 1.91%
G = 44.5%
B = 53.59%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#045D70 (or 0x045D70) is known color: Blue Lagoon. HEX triplet: 04, 5D and 70. RGB value is (4,93,112). Sum of RGB (Red+Green+Blue) = 4+93+112=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #045D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045D70 is #FBA28F. Grayscale: #444444. Windows color (decimal): -16491152 or 7363844. OLE color: 7363844.

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

Color convert

RGB 4 93 112 -
CMYK 0.96 0.17 0 0.56
HSL 190.56º 0.93% 0.23% -
HSV(B) 190.56º 0.96% 0.44% -
XYZ 6.89 9.02 16.71 -
YUV 68.56 152.51 81.96 -
System Red Green Blue C M Y K H S L
Decimal 4 93 112 0.96 0.17 0 0.56 190.56 0.93 0.23
Hex 4 5D 70 60 11 0 38 BF 5D 17
Octal 4 135 160 140 21 0 70 277 135 27
Binary 100 1011101 1110000 1100000 10001 0 111000 10111111 1011101 10111

Color Harmonies of #045D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045D70

Black with #045D70

Text Example


Text Example

White with #045D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045D70; }

 p { color: rgb(4,93,112); }

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

background-color css

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

 a { background-color: rgb(4,93,112); }

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

border-color css

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

 span { border-color: rgb(4,93,112); }

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