Shades of Mariner #456DB5
Tints of Mariner #456DB5
RGB
CMYK
RGB Variations
Color information
#456DB5 (or 0x456DB5) is known color: Mariner. HEX triplet: 45, 6D and B5. RGB value is (69,109,181). Sum of RGB (Red+Green+Blue) = 69+109+181=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #456DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DB5 is #BA924A. Grayscale: #686868. Windows color (decimal): -12227147 or 11889989. OLE color: 11889989.
HSL color Cylindrical-coordinate representation of color #456DB5: hue angle of 218.57º 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 #456DB5 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 109 | 181 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.29 |
| HSL | 218.57º | 0.45% | 0.49% | - |
| HSV(B) | 218.57º | 0.62% | 0.71% | - |
| XYZ | 16.26 | 15.54 | 45.86 | - |
| YUV | 105.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 181 | 0.62 | 0.40 | 0 | 0.29 | 218.57 | 0.45 | 0.49 |
| Hex | 45 | 6D | B5 | 3E | 28 | 0 | 1D | DB | 2D | 31 |
| Octal | 105 | 155 | 265 | 76 | 50 | 0 | 35 | 333 | 55 | 61 |
| Binary | 1000101 | 1101101 | 10110101 | 111110 | 101000 | 0 | 11101 | 11011011 | 101101 | 110001 |
Color Harmonies of #456DB5
Complementary color
Monochromatic Colors of #456DB5
Black with #456DB5
Text Example
Text Example
White with #456DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456DB5; }
p { color: rgb(69,109,181); }
H1.HeaderClassName
{
color: #456DB5;
}
.AnyTagClassName
{
color: #456DB5;
}
</style>
background-color css
<style>
a { background-color: #456DB5; }
a { background-color: rgb(69,109,181); }
div.DivClassName
{
background-color: #456DB5;
}
.BgClassName
{
background-color: #456DB5;
}
</style>
border-color css
<style>
span { border-color: #456DB5; }
span { border-color: rgb(69,109,181); }
td.TdClassName
{
border-color: #456DB5;
}
.TagClassName
{
border-color: #456DB5;
}
</style>