#045B76

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

Shades of Blue Lagoon #045B76

Tints of Blue Lagoon #045B76

Color information

#045B76 (or 0x045B76) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5B and 76. RGB value is (4,91,118). Sum of RGB (Red+Green+Blue) = 4+91+118=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #045B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045B76 is #FBA489. Grayscale: #434343. Windows color (decimal): -16491658 or 7756548. OLE color: 7756548.

HSL color Cylindrical-coordinate representation of color #045B76: hue angle of 194.21º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045B76 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB491118-
CMYK0.970.2300.54
HSL194.21º93.44%23.92%-
HSV(B)194.21º96.61%46.27%-
XYZ7.068.8218.47-
YUV68.06156.1882.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.88%
GREEN value IS 91 (35.94% from 255) = 42.72%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=1.88%
G=42.72%
B=55.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4911180.970.2300.54194.2193.4423.92
Hex45B766117036c25d18
Octal41331661412706630213530
Binary10010110111110110110000110111011011011000010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,91,118); }

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

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

 a { background-color: rgb(4,91,118); }

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

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

 span { border-color: rgb(4,91,118); }

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