Shades of Mariner #456CB5
Tints of Mariner #456CB5
RGB
CMYK
RGB Variations
Color information
#456CB5 (or 0x456CB5) is known color: Mariner. HEX triplet: 45, 6C and B5. RGB value is (69,108,181). Sum of RGB (Red+Green+Blue) = 69+108+181=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 181 (71.09% from 255 or 50.56% from 358); Max value from RGB is 181 - color contains mainly: blue. Hex color #456CB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CB5 is #BA934A. Grayscale: #686868. Windows color (decimal): -12227403 or 11889733. OLE color: 11889733.
HSL color Cylindrical-coordinate representation of color #456CB5: hue angle of 219.11º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #456CB5 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 108 | 181 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.29 |
| HSL | 219.11º | 0.45% | 0.49% | - |
| HSV(B) | 219.11º | 0.62% | 0.71% | - |
| XYZ | 16.16 | 15.33 | 45.82 | - |
| YUV | 104.66 | 171.08 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 181 | 0.62 | 0.40 | 0 | 0.29 | 219.11 | 0.45 | 0.49 |
| Hex | 45 | 6C | B5 | 3E | 28 | 0 | 1D | DB | 2D | 31 |
| Octal | 105 | 154 | 265 | 76 | 50 | 0 | 35 | 333 | 55 | 61 |
| Binary | 1000101 | 1101100 | 10110101 | 111110 | 101000 | 0 | 11101 | 11011011 | 101101 | 110001 |
Color Harmonies of #456CB5
Complementary color
Monochromatic Colors of #456CB5
Black with #456CB5
Text Example
Text Example
White with #456CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CB5; }
p { color: rgb(69,108,181); }
H1.HeaderClassName
{
color: #456CB5;
}
.AnyTagClassName
{
color: #456CB5;
}
</style>
background-color css
<style>
a { background-color: #456CB5; }
a { background-color: rgb(69,108,181); }
div.DivClassName
{
background-color: #456CB5;
}
.BgClassName
{
background-color: #456CB5;
}
</style>
border-color css
<style>
span { border-color: #456CB5; }
span { border-color: rgb(69,108,181); }
td.TdClassName
{
border-color: #456CB5;
}
.TagClassName
{
border-color: #456CB5;
}
</style>