#046570

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

Shades of Blue Lagoon #046570

Tints of Blue Lagoon #046570

Color information

#046570 (or 0x046570) is unknown color: approx Blue Lagoon. HEX triplet: 04, 65 and 70. RGB value is (4,101,112). Sum of RGB (Red+Green+Blue) = 4+101+112=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #046570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046570 is #FB9A8F. Grayscale: #494949. Windows color (decimal): -16489104 or 7365892. OLE color: 7365892.

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

Color convert

RGB4101112-
CMYK0.960.1000.56
HSL186.11º93.1%22.75%-
HSV(B)186.11º96.43%43.92%-
XYZ7.6310.516.95-
YUV73.25149.8678.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.84%
GREEN value IS 101 (39.84% from 255) = 46.54%
BLUE value IS 112 (44.14% from 255) = 51.61%
R=1.84%
G=46.54%
B=51.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41011120.960.1000.56186.1193.122.75
Hex4657060A038ba5d17
Octal41451601401207027213527
Binary1001100101111000011000001010011100010111010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046570; }

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

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

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

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

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

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

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

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