#495260

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

Shades of Bright Grey #495260

Tints of Bright Grey #495260

Color information

#495260 (or 0x495260) is unknown color: approx Bright Grey. HEX triplet: 49, 52 and 60. RGB value is (73,82,96). Sum of RGB (Red+Green+Blue) = 73+82+96=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 96 - color contains mainly: blue. Hex color #495260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495260 is #B6AD9F. Grayscale: #505050. Windows color (decimal): -11972000 or 6312521. OLE color: 6312521.

HSL color Cylindrical-coordinate representation of color #495260: hue angle of 216.52º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #495260 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB738296-
CMYK0.240.1500.62
HSL216.52º13.61%33.14%-
HSV(B)216.52º23.96%37.65%-
XYZ7.888.312.25-
YUV80.9136.52122.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 96 (37.89% from 255) = 38.25%
R=29.08%
G=32.67%
B=38.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7382960.240.1500.62216.5213.6133.14
Hex49526018F03Ed9e21
Octal11112214030170763311641
Binary1001001101001011000001100011110111110110110011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495260; }

 p { color: rgb(73,82,96); }

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

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

 a { background-color: rgb(73,82,96); }

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

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

 span { border-color: rgb(73,82,96); }

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