Shades of San Marino #42709B
Tints of San Marino #42709B
RGB
CMYK
RGB Variations
Color information
#42709B (or 0x42709B) is known color: San Marino. HEX triplet: 42, 70 and 9B. RGB value is (66,112,155). Sum of RGB (Red+Green+Blue) = 66+112+155=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #42709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42709B is #BD8F64. Grayscale: #666666. Windows color (decimal): -12423013 or 10186818. OLE color: 10186818.
HSL color Cylindrical-coordinate representation of color #42709B: hue angle of 208.99º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42709B is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 112 | 155 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.39 |
| HSL | 208.99º | 0.4% | 0.43% | - |
| HSV(B) | 208.99º | 0.57% | 0.61% | - |
| XYZ | 13.96 | 15.11 | 33.19 | - |
| YUV | 103.15 | 157.26 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 112 | 155 | 0.57 | 0.28 | 0 | 0.39 | 208.99 | 0.4 | 0.43 |
| Hex | 42 | 70 | 9B | 39 | 1C | 0 | 27 | D1 | 28 | 2B |
| Octal | 102 | 160 | 233 | 71 | 34 | 0 | 47 | 321 | 50 | 53 |
| Binary | 1000010 | 1110000 | 10011011 | 111001 | 11100 | 0 | 100111 | 11010001 | 101000 | 101011 |
Color Harmonies of #42709B
Complementary color
Monochromatic Colors of #42709B
Black with #42709B
Text Example
Text Example
White with #42709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42709B; }
p { color: rgb(66,112,155); }
H1.HeaderClassName
{
color: #42709B;
}
.AnyTagClassName
{
color: #42709B;
}
</style>
background-color css
<style>
a { background-color: #42709B; }
a { background-color: rgb(66,112,155); }
div.DivClassName
{
background-color: #42709B;
}
.BgClassName
{
background-color: #42709B;
}
</style>
border-color css
<style>
span { border-color: #42709B; }
span { border-color: rgb(66,112,155); }
td.TdClassName
{
border-color: #42709B;
}
.TagClassName
{
border-color: #42709B;
}
</style>