Shades of San Marino #4B679D
Tints of San Marino #4B679D
RGB
CMYK
RGB Variations
Color information
#4B679D (or 0x4B679D) is known color: San Marino. HEX triplet: 4B, 67 and 9D. RGB value is (75,103,157). Sum of RGB (Red+Green+Blue) = 75+103+157=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B679D is #B49862. Grayscale: #646464. Windows color (decimal): -11835491 or 10315595. OLE color: 10315595.
HSL color Cylindrical-coordinate representation of color #4B679D: hue angle of 219.51º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B679D is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 103 | 157 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.38 |
| HSL | 219.51º | 0.35% | 0.45% | - |
| HSV(B) | 219.51º | 0.52% | 0.62% | - |
| XYZ | 13.84 | 13.63 | 33.8 | - |
| YUV | 100.78 | 159.72 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 103 | 157 | 0.52 | 0.34 | 0 | 0.38 | 219.51 | 0.35 | 0.45 |
| Hex | 4B | 67 | 9D | 34 | 22 | 0 | 26 | DC | 23 | 2D |
| Octal | 113 | 147 | 235 | 64 | 42 | 0 | 46 | 334 | 43 | 55 |
| Binary | 1001011 | 1100111 | 10011101 | 110100 | 100010 | 0 | 100110 | 11011100 | 100011 | 101101 |
Color Harmonies of #4B679D
Complementary color
Monochromatic Colors of #4B679D
Black with #4B679D
Text Example
Text Example
White with #4B679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B679D; }
p { color: rgb(75,103,157); }
H1.HeaderClassName
{
color: #4B679D;
}
.AnyTagClassName
{
color: #4B679D;
}
</style>
background-color css
<style>
a { background-color: #4B679D; }
a { background-color: rgb(75,103,157); }
div.DivClassName
{
background-color: #4B679D;
}
.BgClassName
{
background-color: #4B679D;
}
</style>
border-color css
<style>
span { border-color: #4B679D; }
span { border-color: rgb(75,103,157); }
td.TdClassName
{
border-color: #4B679D;
}
.TagClassName
{
border-color: #4B679D;
}
</style>