#495585

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

Shades of Chambray #495585

Tints of Chambray #495585

Color information

#495585 (or 0x495585) is unknown color: approx Chambray. HEX triplet: 49, 55 and 85. RGB value is (73,85,133). Sum of RGB (Red+Green+Blue) = 73+85+133=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #495585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495585 is #B6AA7A. Grayscale: #565656. Windows color (decimal): -11971195 or 8738121. OLE color: 8738121.

HSL color Cylindrical-coordinate representation of color #495585: hue angle of 228º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #495585 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7385133-
CMYK0.450.3600.48
HSL228º29.13%40.39%-
HSV(B)228º45.11%52.16%-
XYZ10.239.6123.51-
YUV86.88154.02118.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=25.09%
G=29.21%
B=45.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73851330.450.3600.4822829.1340.39
Hex4955852D24030e41d28
Octal11112520555440603443550
Binary100100110101011000010110110110010001100001110010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495585; }

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

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

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

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

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

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

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

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