Shades of San Marino #426FA2
Tints of San Marino #426FA2
RGB
CMYK
RGB Variations
Color information
#426FA2 (or 0x426FA2) is known color: San Marino. HEX triplet: 42, 6F and A2. RGB value is (66,111,162). Sum of RGB (Red+Green+Blue) = 66+111+162=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 162 - color contains mainly: blue. Hex color #426FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426FA2 is #BD905D. Grayscale: #676767. Windows color (decimal): -12423262 or 10645314. OLE color: 10645314.
HSL color Cylindrical-coordinate representation of color #426FA2: hue angle of 211.88º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #426FA2 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 111 | 162 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.36 |
| HSL | 211.88º | 0.42% | 0.45% | - |
| HSV(B) | 211.88º | 0.59% | 0.64% | - |
| XYZ | 14.45 | 15.14 | 36.34 | - |
| YUV | 103.36 | 161.09 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 162 | 0.59 | 0.31 | 0 | 0.36 | 211.88 | 0.42 | 0.45 |
| Hex | 42 | 6F | A2 | 3B | 1F | 0 | 24 | D4 | 2A | 2D |
| Octal | 102 | 157 | 242 | 73 | 37 | 0 | 44 | 324 | 52 | 55 |
| Binary | 1000010 | 1101111 | 10100010 | 111011 | 11111 | 0 | 100100 | 11010100 | 101010 | 101101 |
Color Harmonies of #426FA2
Complementary color
Monochromatic Colors of #426FA2
Black with #426FA2
Text Example
Text Example
White with #426FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FA2; }
p { color: rgb(66,111,162); }
H1.HeaderClassName
{
color: #426FA2;
}
.AnyTagClassName
{
color: #426FA2;
}
</style>
background-color css
<style>
a { background-color: #426FA2; }
a { background-color: rgb(66,111,162); }
div.DivClassName
{
background-color: #426FA2;
}
.BgClassName
{
background-color: #426FA2;
}
</style>
border-color css
<style>
span { border-color: #426FA2; }
span { border-color: rgb(66,111,162); }
td.TdClassName
{
border-color: #426FA2;
}
.TagClassName
{
border-color: #426FA2;
}
</style>