Shades of San Marino #44729B
Tints of San Marino #44729B
RGB
CMYK
RGB Variations
Color information
#44729B (or 0x44729B) is known color: San Marino. HEX triplet: 44, 72 and 9B. RGB value is (68,114,155). Sum of RGB (Red+Green+Blue) = 68+114+155=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #44729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44729B is #BB8D64. Grayscale: #686868. Windows color (decimal): -12291429 or 10187332. OLE color: 10187332.
HSL color Cylindrical-coordinate representation of color #44729B: hue angle of 208.28º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44729B is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 114 | 155 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.39 |
| HSL | 208.28º | 0.39% | 0.44% | - |
| HSV(B) | 208.28º | 0.56% | 0.61% | - |
| XYZ | 14.32 | 15.63 | 33.27 | - |
| YUV | 104.92 | 156.26 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 114 | 155 | 0.56 | 0.26 | 0 | 0.39 | 208.28 | 0.39 | 0.44 |
| Hex | 44 | 72 | 9B | 38 | 1A | 0 | 27 | D0 | 27 | 2C |
| Octal | 104 | 162 | 233 | 70 | 32 | 0 | 47 | 320 | 47 | 54 |
| Binary | 1000100 | 1110010 | 10011011 | 111000 | 11010 | 0 | 100111 | 11010000 | 100111 | 101100 |
Color Harmonies of #44729B
Complementary color
Monochromatic Colors of #44729B
Black with #44729B
Text Example
Text Example
White with #44729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44729B; }
p { color: rgb(68,114,155); }
H1.HeaderClassName
{
color: #44729B;
}
.AnyTagClassName
{
color: #44729B;
}
</style>
background-color css
<style>
a { background-color: #44729B; }
a { background-color: rgb(68,114,155); }
div.DivClassName
{
background-color: #44729B;
}
.BgClassName
{
background-color: #44729B;
}
</style>
border-color css
<style>
span { border-color: #44729B; }
span { border-color: rgb(68,114,155); }
td.TdClassName
{
border-color: #44729B;
}
.TagClassName
{
border-color: #44729B;
}
</style>