#46557D

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

Shades of Chambray #46557D

Tints of Chambray #46557D

Color information

#46557D (or 0x46557D) is unknown color: approx Chambray. HEX triplet: 46, 55 and 7D. RGB value is (70,85,125). Sum of RGB (Red+Green+Blue) = 70+85+125=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #46557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46557D is #B9AA82. Grayscale: #545454. Windows color (decimal): -12167811 or 8213830. OLE color: 8213830.

HSL color Cylindrical-coordinate representation of color #46557D: hue angle of 223.64º 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 #46557D is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7085125-
CMYK0.440.3200.51
HSL223.64º28.21%38.24%-
HSV(B)223.64º44%49.02%-
XYZ9.489.2820.69-
YUV85.07150.53117.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 125 (49.22% from 255) = 44.64%
R=25%
G=30.36%
B=44.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70851250.440.3200.51223.6428.2138.24
Hex46557D2C20033e01c26
Octal10612517554400633403446
Binary10001101010101111110110110010000001100111110000011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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