#046571

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

Shades of Blue Lagoon #046571

Tints of Blue Lagoon #046571

Color information

#046571 (or 0x046571) is unknown color: approx Blue Lagoon. HEX triplet: 04, 65 and 71. RGB value is (4,101,113). Sum of RGB (Red+Green+Blue) = 4+101+113=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #046571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046571 is #FB9A8E. Grayscale: #494949. Windows color (decimal): -16489103 or 7431428. OLE color: 7431428.

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

Color convert

RGB4101113-
CMYK0.960.1100.56
HSL186.61º93.16%22.94%-
HSV(B)186.61º96.46%44.31%-
XYZ7.6810.5317.25-
YUV73.36150.3678.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 101 (39.84% from 255) = 46.33%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=1.83%
G=46.33%
B=51.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41011130.960.1100.56186.6193.1622.94
Hex4657160B038bb5d17
Octal41451611401307027313527
Binary1001100101111000111000001011011100010111011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046571; }

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

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

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

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

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

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

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

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