Shades of Mariner #45609C
Tints of Mariner #45609C
RGB
CMYK
RGB Variations
Color information
#45609C (or 0x45609C) is known color: Mariner. HEX triplet: 45, 60 and 9C. RGB value is (69,96,156). Sum of RGB (Red+Green+Blue) = 69+96+156=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #45609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45609C is #BA9F63. Grayscale: #5E5E5E. Windows color (decimal): -12230500 or 10248261. OLE color: 10248261.
HSL color Cylindrical-coordinate representation of color #45609C: hue angle of 221.38º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45609C is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 96 | 156 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.39 |
| HSL | 221.38º | 0.39% | 0.44% | - |
| HSV(B) | 221.38º | 0.56% | 0.61% | - |
| XYZ | 12.64 | 12.03 | 33.11 | - |
| YUV | 94.77 | 162.55 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 156 | 0.56 | 0.38 | 0 | 0.39 | 221.38 | 0.39 | 0.44 |
| Hex | 45 | 60 | 9C | 38 | 26 | 0 | 27 | DD | 27 | 2C |
| Octal | 105 | 140 | 234 | 70 | 46 | 0 | 47 | 335 | 47 | 54 |
| Binary | 1000101 | 1100000 | 10011100 | 111000 | 100110 | 0 | 100111 | 11011101 | 100111 | 101100 |
Color Harmonies of #45609C
Complementary color
Monochromatic Colors of #45609C
Black with #45609C
Text Example
Text Example
White with #45609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45609C; }
p { color: rgb(69,96,156); }
H1.HeaderClassName
{
color: #45609C;
}
.AnyTagClassName
{
color: #45609C;
}
</style>
background-color css
<style>
a { background-color: #45609C; }
a { background-color: rgb(69,96,156); }
div.DivClassName
{
background-color: #45609C;
}
.BgClassName
{
background-color: #45609C;
}
</style>
border-color css
<style>
span { border-color: #45609C; }
span { border-color: rgb(69,96,156); }
td.TdClassName
{
border-color: #45609C;
}
.TagClassName
{
border-color: #45609C;
}
</style>