#046168

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

Shades of Blue Lagoon #046168

Tints of Blue Lagoon #046168

Color information

#046168 (or 0x046168) is unknown color: approx Blue Lagoon. HEX triplet: 04, 61 and 68. RGB value is (4,97,104). Sum of RGB (Red+Green+Blue) = 4+97+104=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #046168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046168 is #FB9E97. Grayscale: #454545. Windows color (decimal): -16490136 or 6840580. OLE color: 6840580.

HSL color Cylindrical-coordinate representation of color #046168: hue angle of 184.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046168 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB497104-
CMYK0.960.0700.59
HSL184.2º92.59%21.18%-
HSV(B)184.2º96.15%40.78%-
XYZ6.829.5714.59-
YUV69.99147.1980.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.95%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 104 (41.02% from 255) = 50.73%
R=1.95%
G=47.32%
B=50.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4971040.960.0700.59184.292.5921.18
Hex4616860703Bb85d15
Octal4141150140707327013525
Binary100110000111010001100000111011101110111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046168; }

 p { color: rgb(4,97,104); }

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

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

 a { background-color: rgb(4,97,104); }

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

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

 span { border-color: rgb(4,97,104); }

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