#46586D

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

Shades of Chambray #46586D

Tints of Chambray #46586D

Color information

#46586D (or 0x46586D) is unknown color: approx Chambray. HEX triplet: 46, 58 and 6D. RGB value is (70,88,109). Sum of RGB (Red+Green+Blue) = 70+88+109=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #46586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46586D is #B9A792. Grayscale: #545454. Windows color (decimal): -12167059 or 7166022. OLE color: 7166022.

HSL color Cylindrical-coordinate representation of color #46586D: hue angle of 212.31º 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 #46586D is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7088109-
CMYK0.360.1900.57
HSL212.31º21.79%35.1%-
HSV(B)212.31º35.78%42.75%-
XYZ8.789.3915.82-
YUV85.01141.54117.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.22%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 109 (42.97% from 255) = 40.82%
R=26.22%
G=32.96%
B=40.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70881090.360.1900.57212.3121.7935.1
Hex46586D2413039d41623
Octal10613015544230713242643
Binary1000110101100011011011001001001101110011101010010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46586D; }

 p { color: rgb(70,88,109); }

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

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

 a { background-color: rgb(70,88,109); }

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

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

 span { border-color: rgb(70,88,109); }

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