#495773

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

Shades of Chambray #495773

Tints of Chambray #495773

Color information

#495773 (or 0x495773) is unknown color: approx Chambray. HEX triplet: 49, 57 and 73. RGB value is (73,87,115). Sum of RGB (Red+Green+Blue) = 73+87+115=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #495773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495773 is #B6A88C. Grayscale: #555555. Windows color (decimal): -11970701 or 7558985. OLE color: 7558985.

HSL color Cylindrical-coordinate representation of color #495773: hue angle of 220º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #495773 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7387115-
CMYK0.370.2400.55
HSL220º22.34%36.86%-
HSV(B)220º36.52%45.1%-
XYZ9.259.4717.56-
YUV86.01144.36118.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=26.55%
G=31.64%
B=41.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73871150.370.2400.5522022.3436.86
Hex4957732518037dc1625
Octal11112716345300673342645
Binary1001001101011111100111001011100001101111101110010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495773; }

 p { color: rgb(73,87,115); }

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

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

 a { background-color: rgb(73,87,115); }

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

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

 span { border-color: rgb(73,87,115); }

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