Shades of Mariner #495C8C
Tints of Mariner #495C8C
RGB
CMYK
RGB Variations
Color information
#495C8C (or 0x495C8C) is known color: Mariner. HEX triplet: 49, 5C and 8C. RGB value is (73,92,140). Sum of RGB (Red+Green+Blue) = 73+92+140=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #495C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495C8C is #B6A373. Grayscale: #5B5B5B. Windows color (decimal): -11969396 or 9198665. OLE color: 9198665.
HSL color Cylindrical-coordinate representation of color #495C8C: hue angle of 222.99º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #495C8C is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 92 | 140 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.45 |
| HSL | 222.99º | 0.31% | 0.42% | - |
| HSV(B) | 222.99º | 0.48% | 0.55% | - |
| XYZ | 11.31 | 10.96 | 26.33 | - |
| YUV | 91.79 | 155.21 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 140 | 0.48 | 0.34 | 0 | 0.45 | 222.99 | 0.31 | 0.42 |
| Hex | 49 | 5C | 8C | 30 | 22 | 0 | 2D | DF | 1F | 2A |
| Octal | 111 | 134 | 214 | 60 | 42 | 0 | 55 | 337 | 37 | 52 |
| Binary | 1001001 | 1011100 | 10001100 | 110000 | 100010 | 0 | 101101 | 11011111 | 11111 | 101010 |
Color Harmonies of #495C8C
Complementary color
Monochromatic Colors of #495C8C
Black with #495C8C
Text Example
Text Example
White with #495C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C8C; }
p { color: rgb(73,92,140); }
H1.HeaderClassName
{
color: #495C8C;
}
.AnyTagClassName
{
color: #495C8C;
}
</style>
background-color css
<style>
a { background-color: #495C8C; }
a { background-color: rgb(73,92,140); }
div.DivClassName
{
background-color: #495C8C;
}
.BgClassName
{
background-color: #495C8C;
}
</style>
border-color css
<style>
span { border-color: #495C8C; }
span { border-color: rgb(73,92,140); }
td.TdClassName
{
border-color: #495C8C;
}
.TagClassName
{
border-color: #495C8C;
}
</style>