Shades of San Marino #426FA0
Tints of San Marino #426FA0
RGB
CMYK
RGB Variations
Color information
#426FA0 (or 0x426FA0) is known color: San Marino. HEX triplet: 42, 6F and A0. RGB value is (66,111,160). Sum of RGB (Red+Green+Blue) = 66+111+160=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #426FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426FA0 is #BD905F. Grayscale: #666666. Windows color (decimal): -12423264 or 10514242. OLE color: 10514242.
HSL color Cylindrical-coordinate representation of color #426FA0: hue angle of 211.28º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #426FA0 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 111 | 160 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.37 |
| HSL | 211.28º | 0.42% | 0.44% | - |
| HSV(B) | 211.28º | 0.59% | 0.63% | - |
| XYZ | 14.28 | 15.07 | 35.41 | - |
| YUV | 103.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 160 | 0.59 | 0.31 | 0 | 0.37 | 211.28 | 0.42 | 0.44 |
| Hex | 42 | 6F | A0 | 3B | 1F | 0 | 25 | D3 | 2A | 2C |
| Octal | 102 | 157 | 240 | 73 | 37 | 0 | 45 | 323 | 52 | 54 |
| Binary | 1000010 | 1101111 | 10100000 | 111011 | 11111 | 0 | 100101 | 11010011 | 101010 | 101100 |
Color Harmonies of #426FA0
Complementary color
Monochromatic Colors of #426FA0
Black with #426FA0
Text Example
Text Example
White with #426FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FA0; }
p { color: rgb(66,111,160); }
H1.HeaderClassName
{
color: #426FA0;
}
.AnyTagClassName
{
color: #426FA0;
}
</style>
background-color css
<style>
a { background-color: #426FA0; }
a { background-color: rgb(66,111,160); }
div.DivClassName
{
background-color: #426FA0;
}
.BgClassName
{
background-color: #426FA0;
}
</style>
border-color css
<style>
span { border-color: #426FA0; }
span { border-color: rgb(66,111,160); }
td.TdClassName
{
border-color: #426FA0;
}
.TagClassName
{
border-color: #426FA0;
}
</style>