Shades of San Marino #426D99
Tints of San Marino #426D99
RGB
CMYK
RGB Variations
Color information
#426D99 (or 0x426D99) is known color: San Marino. HEX triplet: 42, 6D and 99. RGB value is (66,109,153). Sum of RGB (Red+Green+Blue) = 66+109+153=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #426D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D99 is #BD9266. Grayscale: #646464. Windows color (decimal): -12423783 or 10054978. OLE color: 10054978.
HSL color Cylindrical-coordinate representation of color #426D99: hue angle of 210.34º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #426D99 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 109 | 153 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.4 |
| HSL | 210.34º | 0.4% | 0.43% | - |
| HSV(B) | 210.34º | 0.57% | 0.6% | - |
| XYZ | 13.47 | 14.4 | 32.21 | - |
| YUV | 101.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 109 | 153 | 0.57 | 0.29 | 0 | 0.4 | 210.34 | 0.4 | 0.43 |
| Hex | 42 | 6D | 99 | 39 | 1D | 0 | 28 | D2 | 28 | 2B |
| Octal | 102 | 155 | 231 | 71 | 35 | 0 | 50 | 322 | 50 | 53 |
| Binary | 1000010 | 1101101 | 10011001 | 111001 | 11101 | 0 | 101000 | 11010010 | 101000 | 101011 |
Color Harmonies of #426D99
Complementary color
Monochromatic Colors of #426D99
Black with #426D99
Text Example
Text Example
White with #426D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426D99; }
p { color: rgb(66,109,153); }
H1.HeaderClassName
{
color: #426D99;
}
.AnyTagClassName
{
color: #426D99;
}
</style>
background-color css
<style>
a { background-color: #426D99; }
a { background-color: rgb(66,109,153); }
div.DivClassName
{
background-color: #426D99;
}
.BgClassName
{
background-color: #426D99;
}
</style>
border-color css
<style>
span { border-color: #426D99; }
span { border-color: rgb(66,109,153); }
td.TdClassName
{
border-color: #426D99;
}
.TagClassName
{
border-color: #426D99;
}
</style>