#495871

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

Shades of Chambray #495871

Tints of Chambray #495871

Color information

#495871 (or 0x495871) is unknown color: approx Chambray. HEX triplet: 49, 58 and 71. RGB value is (73,88,113). Sum of RGB (Red+Green+Blue) = 73+88+113=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #495871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495871 is #B6A78E. Grayscale: #565656. Windows color (decimal): -11970447 or 7428169. OLE color: 7428169.

HSL color Cylindrical-coordinate representation of color #495871: hue angle of 217.5º degrees, saturation: 0.22, 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 #495871 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7388113-
CMYK0.350.2200.56
HSL217.5º21.51%36.47%-
HSV(B)217.5º35.4%44.31%-
XYZ9.229.5916.99-
YUV86.36143.03118.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 113 (44.53% from 255) = 41.24%
R=26.64%
G=32.12%
B=41.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73881130.350.2200.56217.521.5136.47
Hex4958712316038da1624
Octal11113016143260703322644
Binary1001001101100011100011000111011001110001101101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495871; }

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

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

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

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

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

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

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

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