#046688

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

Shades of Blue Lagoon #046688

Tints of Blue Lagoon #046688

Color information

#046688 (or 0x046688) is unknown color: approx Blue Lagoon. HEX triplet: 04, 66 and 88. RGB value is (4,102,136). Sum of RGB (Red+Green+Blue) = 4+102+136=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #046688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046688 is #FB9977. Grayscale: #4C4C4C. Windows color (decimal): -16488824 or 8939012. OLE color: 8939012.

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

Color convert

RGB4102136-
CMYK0.970.2500.47
HSL195.45º94.29%27.45%-
HSV(B)195.45º97.06%53.33%-
XYZ9.2511.3124.99-
YUV76.57161.5376.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 136 (53.52% from 255) = 56.20%
R=1.65%
G=42.15%
B=56.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41021360.970.2500.47195.4594.2927.45
Hex46688611902Fc35e1b
Octal41462101413105730313633
Binary100110011010001000110000111001010111111000011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046688; }

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

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

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

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

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

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

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

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