#465971

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

Shades of Chambray #465971

Tints of Chambray #465971

Color information

#465971 (or 0x465971) is unknown color: approx Chambray. HEX triplet: 46, 59 and 71. RGB value is (70,89,113). Sum of RGB (Red+Green+Blue) = 70+89+113=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #465971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465971 is #B9A68E. Grayscale: #555555. Windows color (decimal): -12166799 or 7428422. OLE color: 7428422.

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

Color convert

RGB7089113-
CMYK0.380.2100.56
HSL213.49º23.5%35.88%-
HSV(B)213.49º38.05%44.31%-
XYZ9.089.6417-
YUV86.06143.21116.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=25.74%
G=32.72%
B=41.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70891130.380.2100.56213.4923.535.88
Hex4659712615038d51724
Octal10613116146250703252744
Binary1000110101100111100011001101010101110001101010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465971; }

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

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

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

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

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

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

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

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