Shades of Mariner #45679D
Tints of Mariner #45679D
RGB
CMYK
RGB Variations
Color information
#45679D (or 0x45679D) is known color: Mariner. HEX triplet: 45, 67 and 9D. RGB value is (69,103,157). Sum of RGB (Red+Green+Blue) = 69+103+157=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #45679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45679D is #BA9862. Grayscale: #626262. Windows color (decimal): -12228707 or 10315589. OLE color: 10315589.
HSL color Cylindrical-coordinate representation of color #45679D: hue angle of 216.82º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45679D is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 103 | 157 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.38 |
| HSL | 216.82º | 0.39% | 0.44% | - |
| HSV(B) | 216.82º | 0.56% | 0.62% | - |
| XYZ | 13.39 | 13.4 | 33.78 | - |
| YUV | 98.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 157 | 0.56 | 0.34 | 0 | 0.38 | 216.82 | 0.39 | 0.44 |
| Hex | 45 | 67 | 9D | 38 | 22 | 0 | 26 | D9 | 27 | 2C |
| Octal | 105 | 147 | 235 | 70 | 42 | 0 | 46 | 331 | 47 | 54 |
| Binary | 1000101 | 1100111 | 10011101 | 111000 | 100010 | 0 | 100110 | 11011001 | 100111 | 101100 |
Color Harmonies of #45679D
Complementary color
Monochromatic Colors of #45679D
Black with #45679D
Text Example
Text Example
White with #45679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45679D; }
p { color: rgb(69,103,157); }
H1.HeaderClassName
{
color: #45679D;
}
.AnyTagClassName
{
color: #45679D;
}
</style>
background-color css
<style>
a { background-color: #45679D; }
a { background-color: rgb(69,103,157); }
div.DivClassName
{
background-color: #45679D;
}
.BgClassName
{
background-color: #45679D;
}
</style>
border-color css
<style>
span { border-color: #45679D; }
span { border-color: rgb(69,103,157); }
td.TdClassName
{
border-color: #45679D;
}
.TagClassName
{
border-color: #45679D;
}
</style>