#46566E

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

Shades of Chambray #46566E

Tints of Chambray #46566E

Color information

#46566E (or 0x46566E) is unknown color: approx Chambray. HEX triplet: 46, 56 and 6E. RGB value is (70,86,110). Sum of RGB (Red+Green+Blue) = 70+86+110=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #46566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46566E is #B9A991. Grayscale: #535353. Windows color (decimal): -12167570 or 7231046. OLE color: 7231046.

HSL color Cylindrical-coordinate representation of color #46566E: hue angle of 216º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46566E is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7086110-
CMYK0.360.2200.57
HSL216º22.22%35.29%-
HSV(B)216º36.36%43.14%-
XYZ8.679.0816.05-
YUV83.95142.7118.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.32%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=26.32%
G=32.33%
B=41.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70861100.360.2200.5721622.2235.29
Hex46566E2416039d81623
Octal10612615644260713302643
Binary1000110101011011011101001001011001110011101100010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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