Shades of San Marino #456FAF
Tints of San Marino #456FAF
RGB
CMYK
RGB Variations
Color information
#456FAF (or 0x456FAF) is known color: San Marino. HEX triplet: 45, 6F and AF. RGB value is (69,111,175). Sum of RGB (Red+Green+Blue) = 69+111+175=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #456FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456FAF is #BA9050. Grayscale: #696969. Windows color (decimal): -12226641 or 11497285. OLE color: 11497285.
HSL color Cylindrical-coordinate representation of color #456FAF: hue angle of 216.23º degrees, saturation: 0.43, 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 #456FAF is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 111 | 175 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.31 |
| HSL | 216.23º | 0.43% | 0.48% | - |
| HSV(B) | 216.23º | 0.61% | 0.69% | - |
| XYZ | 15.88 | 15.73 | 42.76 | - |
| YUV | 105.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 175 | 0.61 | 0.37 | 0 | 0.31 | 216.23 | 0.43 | 0.48 |
| Hex | 45 | 6F | AF | 3D | 25 | 0 | 1F | D8 | 2B | 30 |
| Octal | 105 | 157 | 257 | 75 | 45 | 0 | 37 | 330 | 53 | 60 |
| Binary | 1000101 | 1101111 | 10101111 | 111101 | 100101 | 0 | 11111 | 11011000 | 101011 | 110000 |
Color Harmonies of #456FAF
Complementary color
Monochromatic Colors of #456FAF
Black with #456FAF
Text Example
Text Example
White with #456FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FAF; }
p { color: rgb(69,111,175); }
H1.HeaderClassName
{
color: #456FAF;
}
.AnyTagClassName
{
color: #456FAF;
}
</style>
background-color css
<style>
a { background-color: #456FAF; }
a { background-color: rgb(69,111,175); }
div.DivClassName
{
background-color: #456FAF;
}
.BgClassName
{
background-color: #456FAF;
}
</style>
border-color css
<style>
span { border-color: #456FAF; }
span { border-color: rgb(69,111,175); }
td.TdClassName
{
border-color: #456FAF;
}
.TagClassName
{
border-color: #456FAF;
}
</style>