Shades of Mariner #456BA4
Tints of Mariner #456BA4
RGB
CMYK
RGB Variations
Color information
#456BA4 (or 0x456BA4) is known color: Mariner. HEX triplet: 45, 6B and A4. RGB value is (69,107,164). Sum of RGB (Red+Green+Blue) = 69+107+164=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #456BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456BA4 is #BA945B. Grayscale: #656565. Windows color (decimal): -12227676 or 10775365. OLE color: 10775365.
HSL color Cylindrical-coordinate representation of color #456BA4: hue angle of 216º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #456BA4 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 107 | 164 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.36 |
| HSL | 216º | 0.41% | 0.46% | - |
| HSV(B) | 216º | 0.58% | 0.64% | - |
| XYZ | 14.41 | 14.46 | 37.15 | - |
| YUV | 102.14 | 162.91 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 164 | 0.58 | 0.35 | 0 | 0.36 | 216 | 0.41 | 0.46 |
| Hex | 45 | 6B | A4 | 3A | 23 | 0 | 24 | D8 | 29 | 2E |
| Octal | 105 | 153 | 244 | 72 | 43 | 0 | 44 | 330 | 51 | 56 |
| Binary | 1000101 | 1101011 | 10100100 | 111010 | 100011 | 0 | 100100 | 11011000 | 101001 | 101110 |
Color Harmonies of #456BA4
Complementary color
Monochromatic Colors of #456BA4
Black with #456BA4
Text Example
Text Example
White with #456BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BA4; }
p { color: rgb(69,107,164); }
H1.HeaderClassName
{
color: #456BA4;
}
.AnyTagClassName
{
color: #456BA4;
}
</style>
background-color css
<style>
a { background-color: #456BA4; }
a { background-color: rgb(69,107,164); }
div.DivClassName
{
background-color: #456BA4;
}
.BgClassName
{
background-color: #456BA4;
}
</style>
border-color css
<style>
span { border-color: #456BA4; }
span { border-color: rgb(69,107,164); }
td.TdClassName
{
border-color: #456BA4;
}
.TagClassName
{
border-color: #456BA4;
}
</style>