Html Css Color HEX #045D79 Blue Lagoon

📋 copy color: '#045D79'

red 4 ◦ green 93 ◦ blue 121

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

Shades of Blue Lagoon #045D79

Tints of Blue Lagoon #045D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 55.5%

R = 1.83%
G = 42.66%
B = 55.5%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#045D79 (or 0x045D79) is known color: Blue Lagoon. HEX triplet: 04, 5D and 79. RGB value is (4,93,121). Sum of RGB (Red+Green+Blue) = 4+93+121=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 121 (47.66% from 255 or 55.50% from 218); Max value from RGB is 121 - color contains mainly: blue. Hex color #045D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045D79 is #FBA286. Grayscale: #454545. Windows color (decimal): -16491143 or 7953668. OLE color: 7953668.

HSL color Cylindrical-coordinate representation of color #045D79: hue angle of 194.36º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045D79 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 93 121 -
CMYK 0.97 0.23 0 0.53
HSL 194.36º 0.94% 0.25% -
HSV(B) 194.36º 0.97% 0.47% -
XYZ 7.42 9.23 19.48 -
YUV 69.58 157.01 81.22 -
System Red Green Blue C M Y K H S L
Decimal 4 93 121 0.97 0.23 0 0.53 194.36 0.94 0.25
Hex 4 5D 79 61 17 0 35 C2 5E 19
Octal 4 135 171 141 27 0 65 302 136 31
Binary 100 1011101 1111001 1100001 10111 0 110101 11000010 1011110 11001

Color Harmonies of #045D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045D79

Black with #045D79

Text Example


Text Example

White with #045D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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