Shades of Bright Grey #495361
Tints of Bright Grey #495361
RGB
CMYK
RGB Variations
Color information
#495361 (or 0x495361) is known color: Bright Grey. HEX triplet: 49, 53 and 61. RGB value is (73,83,97). Sum of RGB (Red+Green+Blue) = 73+83+97=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 97 - color contains mainly: blue. Hex color #495361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495361 is #B6AC9E. Grayscale: #515151. Windows color (decimal): -11971743 or 6378313. OLE color: 6378313.
HSL color Cylindrical-coordinate representation of color #495361: hue angle of 215º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #495361 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 83 | 97 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.62 |
| HSL | 215º | 0.14% | 0.33% | - |
| HSV(B) | 215º | 0.25% | 0.38% | - |
| XYZ | 8 | 8.47 | 12.52 | - |
| YUV | 81.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 97 | 0.25 | 0.14 | 0 | 0.62 | 215 | 0.14 | 0.33 |
| Hex | 49 | 53 | 61 | 19 | E | 0 | 3E | D7 | E | 21 |
| Octal | 111 | 123 | 141 | 31 | 16 | 0 | 76 | 327 | 16 | 41 |
| Binary | 1001001 | 1010011 | 1100001 | 11001 | 1110 | 0 | 111110 | 11010111 | 1110 | 100001 |
Color Harmonies of #495361
Complementary color
Monochromatic Colors of #495361
Black with #495361
Text Example
Text Example
White with #495361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495361; }
p { color: rgb(73,83,97); }
H1.HeaderClassName
{
color: #495361;
}
.AnyTagClassName
{
color: #495361;
}
</style>
background-color css
<style>
a { background-color: #495361; }
a { background-color: rgb(73,83,97); }
div.DivClassName
{
background-color: #495361;
}
.BgClassName
{
background-color: #495361;
}
</style>
border-color css
<style>
span { border-color: #495361; }
span { border-color: rgb(73,83,97); }
td.TdClassName
{
border-color: #495361;
}
.TagClassName
{
border-color: #495361;
}
</style>