#045666

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

Shades of Blue Lagoon #045666

Tints of Blue Lagoon #045666

Color information

#045666 (or 0x045666) is unknown color: approx Blue Lagoon. HEX triplet: 04, 56 and 66. RGB value is (4,86,102). Sum of RGB (Red+Green+Blue) = 4+86+102=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #045666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045666 is #FBA999. Grayscale: #3F3F3F. Windows color (decimal): -16492954 or 6706692. OLE color: 6706692.

HSL color Cylindrical-coordinate representation of color #045666: hue angle of 189.8º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045666 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB486102-
CMYK0.960.1600.6
HSL189.8º92.45%20.78%-
HSV(B)189.8º96.08%40%-
XYZ5.787.6413.74-
YUV63.31149.8385.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.08%
GREEN value IS 86 (33.98% from 255) = 44.79%
BLUE value IS 102 (40.23% from 255) = 53.12%
R=2.08%
G=44.79%
B=53.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4861020.960.1600.6189.892.4520.78
Hex45666601003Cbe5c15
Octal41261461402007427613425
Binary10010101101100110110000010000011110010111110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045666; }

 p { color: rgb(4,86,102); }

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

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

 a { background-color: rgb(4,86,102); }

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

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

 span { border-color: rgb(4,86,102); }

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