#46576E

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

Shades of Chambray #46576E

Tints of Chambray #46576E

Color information

#46576E (or 0x46576E) is unknown color: approx Chambray. HEX triplet: 46, 57 and 6E. RGB value is (70,87,110). Sum of RGB (Red+Green+Blue) = 70+87+110=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #46576E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46576E is #B9A891. Grayscale: #545454. Windows color (decimal): -12167314 or 7231302. OLE color: 7231302.

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

Color convert

RGB7087110-
CMYK0.360.2100.57
HSL214.5º22.22%35.29%-
HSV(B)214.5º36.36%43.14%-
XYZ8.759.2416.08-
YUV84.54142.37117.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.22%
GREEN value IS 87 (34.38% from 255) = 32.58%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=26.22%
G=32.58%
B=41.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70871100.360.2100.57214.522.2235.29
Hex46576E2415039d61623
Octal10612715644250713262643
Binary1000110101011111011101001001010101110011101011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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