Shades of Mariner #456396
Tints of Mariner #456396
RGB
CMYK
RGB Variations
Color information
#456396 (or 0x456396) is known color: Mariner. HEX triplet: 45, 63 and 96. RGB value is (69,99,150). Sum of RGB (Red+Green+Blue) = 69+99+150=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #456396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456396 is #BA9C69. Grayscale: #5F5F5F. Windows color (decimal): -12229738 or 9855813. OLE color: 9855813.
HSL color Cylindrical-coordinate representation of color #456396: hue angle of 217.78º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #456396 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 99 | 150 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.41 |
| HSL | 217.78º | 0.37% | 0.43% | - |
| HSV(B) | 217.78º | 0.54% | 0.59% | - |
| XYZ | 12.42 | 12.39 | 30.59 | - |
| YUV | 95.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 150 | 0.54 | 0.34 | 0 | 0.41 | 217.78 | 0.37 | 0.43 |
| Hex | 45 | 63 | 96 | 36 | 22 | 0 | 29 | DA | 25 | 2B |
| Octal | 105 | 143 | 226 | 66 | 42 | 0 | 51 | 332 | 45 | 53 |
| Binary | 1000101 | 1100011 | 10010110 | 110110 | 100010 | 0 | 101001 | 11011010 | 100101 | 101011 |
Color Harmonies of #456396
Complementary color
Monochromatic Colors of #456396
Black with #456396
Text Example
Text Example
White with #456396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456396; }
p { color: rgb(69,99,150); }
H1.HeaderClassName
{
color: #456396;
}
.AnyTagClassName
{
color: #456396;
}
</style>
background-color css
<style>
a { background-color: #456396; }
a { background-color: rgb(69,99,150); }
div.DivClassName
{
background-color: #456396;
}
.BgClassName
{
background-color: #456396;
}
</style>
border-color css
<style>
span { border-color: #456396; }
span { border-color: rgb(69,99,150); }
td.TdClassName
{
border-color: #456396;
}
.TagClassName
{
border-color: #456396;
}
</style>