#046068

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

Shades of Blue Lagoon #046068

Tints of Blue Lagoon #046068

Color information

#046068 (or 0x046068) is unknown color: approx Blue Lagoon. HEX triplet: 04, 60 and 68. RGB value is (4,96,104). Sum of RGB (Red+Green+Blue) = 4+96+104=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #046068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046068 is #FB9F97. Grayscale: #454545. Windows color (decimal): -16490392 or 6840324. OLE color: 6840324.

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

Color convert

RGB496104-
CMYK0.960.0800.59
HSL184.8º92.59%21.18%-
HSV(B)184.8º96.15%40.78%-
XYZ6.739.3914.55-
YUV69.4147.5281.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.96%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=1.96%
G=47.06%
B=50.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4961040.960.0800.59184.892.5921.18
Hex4606860803Bb95d15
Octal41401501401007327113525
Binary1001100000110100011000001000011101110111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046068; }

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

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

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

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

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

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

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

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