#465571

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

Shades of Chambray #465571

Tints of Chambray #465571

Color information

#465571 (or 0x465571) is unknown color: approx Chambray. HEX triplet: 46, 55 and 71. RGB value is (70,85,113). Sum of RGB (Red+Green+Blue) = 70+85+113=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #465571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465571 is #B9AA8E. Grayscale: #535353. Windows color (decimal): -12167823 or 7427398. OLE color: 7427398.

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

Color convert

RGB7085113-
CMYK0.380.2500.56
HSL219.07º23.5%35.88%-
HSV(B)219.07º38.05%44.31%-
XYZ8.758.9916.9-
YUV83.71144.53118.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=26.12%
G=31.72%
B=42.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70851130.380.2500.56219.0723.535.88
Hex4655712619038db1724
Octal10612516146310703332744
Binary1000110101010111100011001101100101110001101101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465571; }

 p { color: rgb(70,85,113); }

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

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

 a { background-color: rgb(70,85,113); }

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

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

 span { border-color: rgb(70,85,113); }

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