#045D7C

Color #045D7C Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #045D7C

Tints of Blue Lagoon #045D7C

Color information

#045D7C (or 0x045D7C) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5D and 7C. RGB value is (4,93,124). Sum of RGB (Red+Green+Blue) = 4+93+124=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #045D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045D7C is #FBA283. Grayscale: #454545. Windows color (decimal): -16491140 or 8150276. OLE color: 8150276.

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

Color convert

RGB493124-
CMYK0.970.2500.51
HSL195.5º93.75%25.1%-
HSV(B)195.5º96.77%48.63%-
XYZ7.69.3120.47-
YUV69.92158.5180.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.81%
GREEN value IS 93 (36.72% from 255) = 42.08%
BLUE value IS 124 (48.83% from 255) = 56.11%
R=1.81%
G=42.08%
B=56.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4931240.970.2500.51195.593.7525.1
Hex45D7C6119033c45e19
Octal41351741413106330413631
Binary10010111011111100110000111001011001111000100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #045D7C;
 }
 .AnyTagClassName
 {
   color: #045D7C;
 }
</style>
background-color css

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

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

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

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

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

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