#046684

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

Shades of Blue Lagoon #046684

Tints of Blue Lagoon #046684

Color information

#046684 (or 0x046684) is unknown color: approx Blue Lagoon. HEX triplet: 04, 66 and 84. RGB value is (4,102,132). Sum of RGB (Red+Green+Blue) = 4+102+132=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #046684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046684 is #FB997B. Grayscale: #4B4B4B. Windows color (decimal): -16488828 or 8676868. OLE color: 8676868.

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

Color convert

RGB4102132-
CMYK0.970.2300.48
HSL194.06º94.12%26.67%-
HSV(B)194.06º96.97%51.76%-
XYZ8.9711.1923.52-
YUV76.12159.5376.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.68%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 132 (51.95% from 255) = 55.46%
R=1.68%
G=42.86%
B=55.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41021320.970.2300.48194.0694.1226.67
Hex466846117030c25e1b
Octal41462041412706030213633
Binary100110011010000100110000110111011000011000010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046684; }

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

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

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

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

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

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

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

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