#046070

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

Shades of Blue Lagoon #046070

Tints of Blue Lagoon #046070

Color information

#046070 (or 0x046070) is unknown color: approx Blue Lagoon. HEX triplet: 04, 60 and 70. RGB value is (4,96,112). Sum of RGB (Red+Green+Blue) = 4+96+112=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #046070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046070 is #FB9F8F. Grayscale: #464646. Windows color (decimal): -16490384 or 7364612. OLE color: 7364612.

HSL color Cylindrical-coordinate representation of color #046070: hue angle of 188.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046070 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB496112-
CMYK0.960.1400.56
HSL188.89º93.1%22.75%-
HSV(B)188.89º96.43%43.92%-
XYZ7.169.5616.8-
YUV70.32151.5280.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.89%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=1.89%
G=45.28%
B=52.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4961120.960.1400.56188.8993.122.75
Hex4607060E038bd5d17
Octal41401601401607027513527
Binary1001100000111000011000001110011100010111101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046070; }

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

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

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

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

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

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

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

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