#046066

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

Shades of Blue Lagoon #046066

Tints of Blue Lagoon #046066

Color information

#046066 (or 0x046066) is unknown color: approx Blue Lagoon. HEX triplet: 04, 60 and 66. RGB value is (4,96,102). Sum of RGB (Red+Green+Blue) = 4+96+102=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #046066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046066 is #FB9F99. Grayscale: #454545. Windows color (decimal): -16490394 or 6709252. OLE color: 6709252.

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

Color convert

RGB496102-
CMYK0.960.0600.6
HSL183.67º92.45%20.78%-
HSV(B)183.67º96.08%40%-
XYZ6.639.3514.03-
YUV69.18146.5281.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.98%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 102 (40.23% from 255) = 50.50%
R=1.98%
G=47.52%
B=50.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4961020.960.0600.6183.6792.4520.78
Hex4606660603Cb85c15
Octal4140146140607427013425
Binary100110000011001101100000110011110010111000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046066; }

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

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

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

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

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

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

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

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