#046770

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

Shades of Blue Lagoon #046770

Tints of Blue Lagoon #046770

Color information

#046770 (or 0x046770) is unknown color: approx Blue Lagoon. HEX triplet: 04, 67 and 70. RGB value is (4,103,112). Sum of RGB (Red+Green+Blue) = 4+103+112=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #046770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046770 is #FB988F. Grayscale: #4A4A4A. Windows color (decimal): -16488592 or 7366404. OLE color: 7366404.

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

Color convert

RGB4103112-
CMYK0.960.0800.56
HSL185º93.1%22.75%-
HSV(B)185º96.43%43.92%-
XYZ7.8210.917.02-
YUV74.42149.277.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 103 (40.62% from 255) = 47.03%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=1.83%
G=47.03%
B=51.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41031120.960.0800.5618593.122.75
Hex46770608038b95d17
Octal41471601401007027113527
Binary1001100111111000011000001000011100010111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046770; }

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

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

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

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

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

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

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

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