Shades of Mariner #46679C
Tints of Mariner #46679C
RGB
CMYK
RGB Variations
Color information
#46679C (or 0x46679C) is known color: Mariner. HEX triplet: 46, 67 and 9C. RGB value is (70,103,156). Sum of RGB (Red+Green+Blue) = 70+103+156=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #46679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46679C is #B99863. Grayscale: #626262. Windows color (decimal): -12163172 or 10250054. OLE color: 10250054.
HSL color Cylindrical-coordinate representation of color #46679C: hue angle of 216.98º 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 #46679C is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 103 | 156 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.39 |
| HSL | 216.98º | 0.38% | 0.44% | - |
| HSV(B) | 216.98º | 0.55% | 0.61% | - |
| XYZ | 13.38 | 13.4 | 33.33 | - |
| YUV | 99.18 | 160.07 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 156 | 0.55 | 0.34 | 0 | 0.39 | 216.98 | 0.38 | 0.44 |
| Hex | 46 | 67 | 9C | 37 | 22 | 0 | 27 | D9 | 26 | 2C |
| Octal | 106 | 147 | 234 | 67 | 42 | 0 | 47 | 331 | 46 | 54 |
| Binary | 1000110 | 1100111 | 10011100 | 110111 | 100010 | 0 | 100111 | 11011001 | 100110 | 101100 |
Color Harmonies of #46679C
Complementary color
Monochromatic Colors of #46679C
Black with #46679C
Text Example
Text Example
White with #46679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46679C; }
p { color: rgb(70,103,156); }
H1.HeaderClassName
{
color: #46679C;
}
.AnyTagClassName
{
color: #46679C;
}
</style>
background-color css
<style>
a { background-color: #46679C; }
a { background-color: rgb(70,103,156); }
div.DivClassName
{
background-color: #46679C;
}
.BgClassName
{
background-color: #46679C;
}
</style>
border-color css
<style>
span { border-color: #46679C; }
span { border-color: rgb(70,103,156); }
td.TdClassName
{
border-color: #46679C;
}
.TagClassName
{
border-color: #46679C;
}
</style>