Shades of Mariner #456CB1
Tints of Mariner #456CB1
RGB
CMYK
RGB Variations
Color information
#456CB1 (or 0x456CB1) is known color: Mariner. HEX triplet: 45, 6C and B1. RGB value is (69,108,177). Sum of RGB (Red+Green+Blue) = 69+108+177=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #456CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456CB1 is #BA934E. Grayscale: #676767. Windows color (decimal): -12227407 or 11627589. OLE color: 11627589.
HSL color Cylindrical-coordinate representation of color #456CB1: hue angle of 218.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #456CB1 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 108 | 177 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.31 |
| HSL | 218.33º | 0.44% | 0.48% | - |
| HSV(B) | 218.33º | 0.61% | 0.69% | - |
| XYZ | 15.75 | 15.16 | 43.69 | - |
| YUV | 104.21 | 169.08 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 177 | 0.61 | 0.39 | 0 | 0.31 | 218.33 | 0.44 | 0.48 |
| Hex | 45 | 6C | B1 | 3D | 27 | 0 | 1F | DA | 2C | 30 |
| Octal | 105 | 154 | 261 | 75 | 47 | 0 | 37 | 332 | 54 | 60 |
| Binary | 1000101 | 1101100 | 10110001 | 111101 | 100111 | 0 | 11111 | 11011010 | 101100 | 110000 |
Color Harmonies of #456CB1
Complementary color
Monochromatic Colors of #456CB1
Black with #456CB1
Text Example
Text Example
White with #456CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CB1; }
p { color: rgb(69,108,177); }
H1.HeaderClassName
{
color: #456CB1;
}
.AnyTagClassName
{
color: #456CB1;
}
</style>
background-color css
<style>
a { background-color: #456CB1; }
a { background-color: rgb(69,108,177); }
div.DivClassName
{
background-color: #456CB1;
}
.BgClassName
{
background-color: #456CB1;
}
</style>
border-color css
<style>
span { border-color: #456CB1; }
span { border-color: rgb(69,108,177); }
td.TdClassName
{
border-color: #456CB1;
}
.TagClassName
{
border-color: #456CB1;
}
</style>