Shades of Mariner #45639F
Tints of Mariner #45639F
RGB
CMYK
RGB Variations
Color information
#45639F (or 0x45639F) is known color: Mariner. HEX triplet: 45, 63 and 9F. RGB value is (69,99,159). Sum of RGB (Red+Green+Blue) = 69+99+159=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #45639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45639F is #BA9C60. Grayscale: #606060. Windows color (decimal): -12229729 or 10445637. OLE color: 10445637.
HSL color Cylindrical-coordinate representation of color #45639F: hue angle of 220º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45639F is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 99 | 159 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.38 |
| HSL | 220º | 0.39% | 0.45% | - |
| HSV(B) | 220º | 0.57% | 0.62% | - |
| XYZ | 13.17 | 12.69 | 34.56 | - |
| YUV | 96.87 | 163.06 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 159 | 0.57 | 0.38 | 0 | 0.38 | 220 | 0.39 | 0.45 |
| Hex | 45 | 63 | 9F | 39 | 26 | 0 | 26 | DC | 27 | 2D |
| Octal | 105 | 143 | 237 | 71 | 46 | 0 | 46 | 334 | 47 | 55 |
| Binary | 1000101 | 1100011 | 10011111 | 111001 | 100110 | 0 | 100110 | 11011100 | 100111 | 101101 |
Color Harmonies of #45639F
Complementary color
Monochromatic Colors of #45639F
Black with #45639F
Text Example
Text Example
White with #45639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45639F; }
p { color: rgb(69,99,159); }
H1.HeaderClassName
{
color: #45639F;
}
.AnyTagClassName
{
color: #45639F;
}
</style>
background-color css
<style>
a { background-color: #45639F; }
a { background-color: rgb(69,99,159); }
div.DivClassName
{
background-color: #45639F;
}
.BgClassName
{
background-color: #45639F;
}
</style>
border-color css
<style>
span { border-color: #45639F; }
span { border-color: rgb(69,99,159); }
td.TdClassName
{
border-color: #45639F;
}
.TagClassName
{
border-color: #45639F;
}
</style>