#495580

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

Shades of Chambray #495580

Tints of Chambray #495580

Color information

#495580 (or 0x495580) is unknown color: approx Chambray. HEX triplet: 49, 55 and 80. RGB value is (73,85,128). Sum of RGB (Red+Green+Blue) = 73+85+128=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: blue. Hex color #495580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495580 is #B6AA7F. Grayscale: #565656. Windows color (decimal): -11971200 or 8410441. OLE color: 8410441.

HSL color Cylindrical-coordinate representation of color #495580: hue angle of 226.91º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #495580 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7385128-
CMYK0.430.3400.50
HSL226.91º27.36%39.41%-
HSV(B)226.91º42.97%50.2%-
XYZ9.899.4721.73-
YUV86.31151.52118.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 128 (50.39% from 255) = 44.76%
R=25.52%
G=29.72%
B=44.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73851280.430.3400.50226.9127.3639.41
Hex4955802B22032e31b27
Octal11112520053420623433347
Binary100100110101011000000010101110001001100101110001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495580; }

 p { color: rgb(73,85,128); }

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

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

 a { background-color: rgb(73,85,128); }

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

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

 span { border-color: rgb(73,85,128); }

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