#46597D

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

Shades of Chambray #46597D

Tints of Chambray #46597D

Color information

#46597D (or 0x46597D) is unknown color: approx Chambray. HEX triplet: 46, 59 and 7D. RGB value is (70,89,125). Sum of RGB (Red+Green+Blue) = 70+89+125=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #46597D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46597D is #B9A682. Grayscale: #575757. Windows color (decimal): -12166787 or 8214854. OLE color: 8214854.

HSL color Cylindrical-coordinate representation of color #46597D: hue angle of 219.27º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46597D is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7089125-
CMYK0.440.2900.51
HSL219.27º28.21%38.24%-
HSV(B)219.27º44%49.02%-
XYZ9.89.9320.8-
YUV87.42149.21115.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 125 (49.22% from 255) = 44.01%
R=24.65%
G=31.34%
B=44.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70891250.440.2900.51219.2728.2138.24
Hex46597D2C1D033db1c26
Octal10613117554350633333446
Binary1000110101100111111011011001110101100111101101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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