#46577D

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

Shades of Chambray #46577D

Tints of Chambray #46577D

Color information

#46577D (or 0x46577D) is unknown color: approx Chambray. HEX triplet: 46, 57 and 7D. RGB value is (70,87,125). Sum of RGB (Red+Green+Blue) = 70+87+125=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #46577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46577D is #B9A882. Grayscale: #565656. Windows color (decimal): -12167299 or 8214342. OLE color: 8214342.

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

Color convert

RGB7087125-
CMYK0.440.3000.51
HSL221.45º28.21%38.24%-
HSV(B)221.45º44%49.02%-
XYZ9.649.620.75-
YUV86.25149.87116.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 125 (49.22% from 255) = 44.33%
R=24.82%
G=30.85%
B=44.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70871250.440.3000.51221.4528.2138.24
Hex46577D2C1E033dd1c26
Octal10612717554360633353446
Binary1000110101011111111011011001111001100111101110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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