Html Css Color HEX #045C78 Blue Lagoon

📋 copy color: '#045C78'

red 4 ◦ green 92 ◦ blue 120

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

Shades of Blue Lagoon #045C78

Tints of Blue Lagoon #045C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.59%

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

R = 1.85%
G = 42.59%
B = 55.56%

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

#045C78 (or 0x045C78) is known color: Blue Lagoon. HEX triplet: 04, 5C and 78. RGB value is (4,92,120). Sum of RGB (Red+Green+Blue) = 4+92+120=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #045C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045C78 is #FBA387. Grayscale: #444444. Windows color (decimal): -16491400 or 7887876. OLE color: 7887876.

HSL color Cylindrical-coordinate representation of color #045C78: hue angle of 194.48º 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 #045C78 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 92 120 -
CMYK 0.97 0.23 0 0.53
HSL 194.48º 0.94% 0.24% -
HSV(B) 194.48º 0.97% 0.47% -
XYZ 7.27 9.04 19.13 -
YUV 68.88 156.85 81.72 -
System Red Green Blue C M Y K H S L
Decimal 4 92 120 0.97 0.23 0 0.53 194.48 0.94 0.24
Hex 4 5C 78 61 17 0 35 C2 5E 18
Octal 4 134 170 141 27 0 65 302 136 30
Binary 100 1011100 1111000 1100001 10111 0 110101 11000010 1011110 11000

Color Harmonies of #045C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045C78

Black with #045C78

Text Example


Text Example

White with #045C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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