Html Css Color HEX #045978 Blue Lagoon

📋 copy color: '#045978'

red 4 ◦ green 89 ◦ blue 120

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

Shades of Blue Lagoon #045978

Tints of Blue Lagoon #045978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.78%

 BLUE value IS 120 (47.27% from 255) = 56.34%

R = 1.88%
G = 41.78%
B = 56.34%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#045978 (or 0x045978) is known color: Blue Lagoon. HEX triplet: 04, 59 and 78. RGB value is (4,89,120). Sum of RGB (Red+Green+Blue) = 4+89+120=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #045978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045978 is #FBA687. Grayscale: #424242. Windows color (decimal): -16492168 or 7887108. OLE color: 7887108.

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

Color convert

RGB 4 89 120 -
CMYK 0.97 0.26 0 0.53
HSL 196.03º 0.94% 0.24% -
HSV(B) 196.03º 0.97% 0.47% -
XYZ 7.01 8.53 19.05 -
YUV 67.12 157.84 82.98 -
System Red Green Blue C M Y K H S L
Decimal 4 89 120 0.97 0.26 0 0.53 196.03 0.94 0.24
Hex 4 59 78 61 1A 0 35 C4 5E 18
Octal 4 131 170 141 32 0 65 304 136 30
Binary 100 1011001 1111000 1100001 11010 0 110101 11000100 1011110 11000

Color Harmonies of #045978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045978

Black with #045978

Text Example


Text Example

White with #045978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045978; }

 p { color: rgb(4,89,120); }

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

background-color css

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

 a { background-color: rgb(4,89,120); }

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

border-color css

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

 span { border-color: rgb(4,89,120); }

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