#495360

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

Shades of Bright Grey #495360

Tints of Bright Grey #495360

Color information

#495360 (or 0x495360) is unknown color: approx Bright Grey. HEX triplet: 49, 53 and 60. RGB value is (73,83,96). Sum of RGB (Red+Green+Blue) = 73+83+96=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #495360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495360 is #B6AC9F. Grayscale: #515151. Windows color (decimal): -11971744 or 6312777. OLE color: 6312777.

HSL color Cylindrical-coordinate representation of color #495360: hue angle of 213.91º 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 #495360 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB738396-
CMYK0.240.1400.62
HSL213.91º13.61%33.14%-
HSV(B)213.91º23.96%37.65%-
XYZ7.958.4512.28-
YUV81.49136.19121.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=28.97%
G=32.94%
B=38.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7383960.240.1400.62213.9113.6133.14
Hex49536018E03Ed6e21
Octal11112314030160763261641
Binary1001001101001111000001100011100111110110101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495360; }

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

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

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

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

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

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

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

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