#495C82

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

Shades of Chambray #495C82

Tints of Chambray #495C82

Color information

#495C82 (or 0x495C82) is unknown color: approx Chambray. HEX triplet: 49, 5C and 82. RGB value is (73,92,130). Sum of RGB (Red+Green+Blue) = 73+92+130=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #495C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495C82 is #B6A37D. Grayscale: #5A5A5A. Windows color (decimal): -11969406 or 8543305. OLE color: 8543305.

HSL color Cylindrical-coordinate representation of color #495C82: hue angle of 220º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #495C82 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7392130-
CMYK0.440.2900.49
HSL220º28.08%39.8%-
HSV(B)220º43.85%50.98%-
XYZ10.610.6822.62-
YUV90.65150.21115.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=24.75%
G=31.19%
B=44.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73921300.440.2900.4922028.0839.8
Hex495C822C1D031dc1c28
Octal11113420254350613343450
Binary10010011011100100000101011001110101100011101110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495C82; }

 p { color: rgb(73,92,130); }

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

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

 a { background-color: rgb(73,92,130); }

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

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

 span { border-color: rgb(73,92,130); }

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