Shades of Mariner #456CB3
Tints of Mariner #456CB3
RGB
CMYK
RGB Variations
Color information
#456CB3 (or 0x456CB3) is known color: Mariner. HEX triplet: 45, 6C and B3. RGB value is (69,108,179). Sum of RGB (Red+Green+Blue) = 69+108+179=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #456CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CB3 is #BA934C. Grayscale: #686868. Windows color (decimal): -12227405 or 11758661. OLE color: 11758661.
HSL color Cylindrical-coordinate representation of color #456CB3: hue angle of 218.73º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #456CB3 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 108 | 179 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.30 |
| HSL | 218.73º | 0.44% | 0.49% | - |
| HSV(B) | 218.73º | 0.61% | 0.7% | - |
| XYZ | 15.95 | 15.25 | 44.75 | - |
| YUV | 104.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 179 | 0.61 | 0.40 | 0 | 0.30 | 218.73 | 0.44 | 0.49 |
| Hex | 45 | 6C | B3 | 3D | 28 | 0 | 1E | DB | 2C | 31 |
| Octal | 105 | 154 | 263 | 75 | 50 | 0 | 36 | 333 | 54 | 61 |
| Binary | 1000101 | 1101100 | 10110011 | 111101 | 101000 | 0 | 11110 | 11011011 | 101100 | 110001 |
Color Harmonies of #456CB3
Complementary color
Monochromatic Colors of #456CB3
Black with #456CB3
Text Example
Text Example
White with #456CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CB3; }
p { color: rgb(69,108,179); }
H1.HeaderClassName
{
color: #456CB3;
}
.AnyTagClassName
{
color: #456CB3;
}
</style>
background-color css
<style>
a { background-color: #456CB3; }
a { background-color: rgb(69,108,179); }
div.DivClassName
{
background-color: #456CB3;
}
.BgClassName
{
background-color: #456CB3;
}
</style>
border-color css
<style>
span { border-color: #456CB3; }
span { border-color: rgb(69,108,179); }
td.TdClassName
{
border-color: #456CB3;
}
.TagClassName
{
border-color: #456CB3;
}
</style>