#495870

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

Shades of Chambray #495870

Tints of Chambray #495870

Color information

#495870 (or 0x495870) is unknown color: approx Chambray. HEX triplet: 49, 58 and 70. RGB value is (73,88,112). Sum of RGB (Red+Green+Blue) = 73+88+112=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #495870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495870 is #B6A78F. Grayscale: #565656. Windows color (decimal): -11970448 or 7362633. OLE color: 7362633.

HSL color Cylindrical-coordinate representation of color #495870: hue angle of 216.92º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #495870 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7388112-
CMYK0.350.2100.56
HSL216.92º21.08%36.27%-
HSV(B)216.92º34.82%43.92%-
XYZ9.169.5716.69-
YUV86.25142.53118.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=26.74%
G=32.23%
B=41.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73881120.350.2100.56216.9221.0836.27
Hex4958702315038d91524
Octal11113016043250703312544
Binary1001001101100011100001000111010101110001101100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495870; }

 p { color: rgb(73,88,112); }

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

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

 a { background-color: rgb(73,88,112); }

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

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

 span { border-color: rgb(73,88,112); }

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