#045066

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

Shades of Blue Lagoon #045066

Tints of Blue Lagoon #045066

Color information

#045066 (or 0x045066) is unknown color: approx Blue Lagoon. HEX triplet: 04, 50 and 66. RGB value is (4,80,102). Sum of RGB (Red+Green+Blue) = 4+80+102=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #045066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045066 is #FBAF99. Grayscale: #3B3B3B. Windows color (decimal): -16494490 or 6705156. OLE color: 6705156.

HSL color Cylindrical-coordinate representation of color #045066: hue angle of 193.47º 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 #045066 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB480102-
CMYK0.960.2200.6
HSL193.47º92.45%20.78%-
HSV(B)193.47º96.08%40%-
XYZ5.326.7213.59-
YUV59.78151.8288.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.15%
GREEN value IS 80 (31.64% from 255) = 43.01%
BLUE value IS 102 (40.23% from 255) = 54.84%
R=2.15%
G=43.01%
B=54.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4801020.960.2200.6193.4792.4520.78
Hex45066601603Cc15c15
Octal41201461402607430113425
Binary10010100001100110110000010110011110011000001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045066; }

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

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

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

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

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

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

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

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