#46566C

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

Shades of Chambray #46566C

Tints of Chambray #46566C

Color information

#46566C (or 0x46566C) is unknown color: approx Chambray. HEX triplet: 46, 56 and 6C. RGB value is (70,86,108). Sum of RGB (Red+Green+Blue) = 70+86+108=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 108 - color contains mainly: blue. Hex color #46566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46566C is #B9A993. Grayscale: #535353. Windows color (decimal): -12167572 or 7099974. OLE color: 7099974.

HSL color Cylindrical-coordinate representation of color #46566C: hue angle of 214.74º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46566C is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7086108-
CMYK0.350.2000.58
HSL214.74º21.35%34.9%-
HSV(B)214.74º35.19%42.35%-
XYZ8.569.0415.48-
YUV83.72141.7118.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=26.52%
G=32.58%
B=40.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70861080.350.2000.58214.7421.3534.9
Hex46566C231403Ad71523
Octal10612615443240723272543
Binary1000110101011011011001000111010001110101101011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46566C; }

 p { color: rgb(70,86,108); }

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

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

 a { background-color: rgb(70,86,108); }

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

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

 span { border-color: rgb(70,86,108); }

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