Shades of Mariner #45629B
Tints of Mariner #45629B
RGB
CMYK
RGB Variations
Color information
#45629B (or 0x45629B) is known color: Mariner. HEX triplet: 45, 62 and 9B. RGB value is (69,98,155). Sum of RGB (Red+Green+Blue) = 69+98+155=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #45629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45629B is #BA9D64. Grayscale: #5F5F5F. Windows color (decimal): -12229989 or 10183237. OLE color: 10183237.
HSL color Cylindrical-coordinate representation of color #45629B: hue angle of 219.77º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45629B is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 98 | 155 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.39 |
| HSL | 219.77º | 0.38% | 0.44% | - |
| HSV(B) | 219.77º | 0.55% | 0.61% | - |
| XYZ | 12.74 | 12.37 | 32.73 | - |
| YUV | 95.83 | 161.39 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 155 | 0.55 | 0.37 | 0 | 0.39 | 219.77 | 0.38 | 0.44 |
| Hex | 45 | 62 | 9B | 37 | 25 | 0 | 27 | DC | 26 | 2C |
| Octal | 105 | 142 | 233 | 67 | 45 | 0 | 47 | 334 | 46 | 54 |
| Binary | 1000101 | 1100010 | 10011011 | 110111 | 100101 | 0 | 100111 | 11011100 | 100110 | 101100 |
Color Harmonies of #45629B
Complementary color
Monochromatic Colors of #45629B
Black with #45629B
Text Example
Text Example
White with #45629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45629B; }
p { color: rgb(69,98,155); }
H1.HeaderClassName
{
color: #45629B;
}
.AnyTagClassName
{
color: #45629B;
}
</style>
background-color css
<style>
a { background-color: #45629B; }
a { background-color: rgb(69,98,155); }
div.DivClassName
{
background-color: #45629B;
}
.BgClassName
{
background-color: #45629B;
}
</style>
border-color css
<style>
span { border-color: #45629B; }
span { border-color: rgb(69,98,155); }
td.TdClassName
{
border-color: #45629B;
}
.TagClassName
{
border-color: #45629B;
}
</style>