#465576

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

Shades of Chambray #465576

Tints of Chambray #465576

Color information

#465576 (or 0x465576) is unknown color: approx Chambray. HEX triplet: 46, 55 and 76. RGB value is (70,85,118). Sum of RGB (Red+Green+Blue) = 70+85+118=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #465576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465576 is #B9AA89. Grayscale: #545454. Windows color (decimal): -12167818 or 7755078. OLE color: 7755078.

HSL color Cylindrical-coordinate representation of color #465576: hue angle of 221.25º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #465576 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7085118-
CMYK0.410.2800.54
HSL221.25º25.53%36.86%-
HSV(B)221.25º40.68%46.27%-
XYZ9.049.1118.42-
YUV84.28147.03117.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=25.64%
G=31.14%
B=43.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70851180.410.2800.54221.2525.5336.86
Hex465576291C036dd1a25
Octal10612516651340663353245
Binary1000110101010111101101010011110001101101101110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465576; }

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

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

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

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

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

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

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

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