Shades of Windsor #4B3675
Tints of Windsor #4B3675
RGB
CMYK
RGB Variations
Color information
#4B3675 (or 0x4B3675) is known color: Windsor. HEX triplet: 4B, 36 and 75. RGB value is (75,54,117). Sum of RGB (Red+Green+Blue) = 75+54+117=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B3675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3675 is #B4C98A. Grayscale: #434343. Windows color (decimal): -11848075 or 7681611. OLE color: 7681611.
HSL color Cylindrical-coordinate representation of color #4B3675: hue angle of 260º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B3675 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 54 | 117 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.54 |
| HSL | 260º | 0.37% | 0.34% | - |
| HSV(B) | 260º | 0.54% | 0.46% | - |
| XYZ | 7.43 | 5.42 | 17.48 | - |
| YUV | 67.46 | 155.96 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 54 | 117 | 0.36 | 0.54 | 0 | 0.54 | 260 | 0.37 | 0.34 |
| Hex | 4B | 36 | 75 | 24 | 36 | 0 | 36 | 104 | 25 | 22 |
| Octal | 113 | 66 | 165 | 44 | 66 | 0 | 66 | 404 | 45 | 42 |
| Binary | 1001011 | 110110 | 1110101 | 100100 | 110110 | 0 | 110110 | 100000100 | 100101 | 100010 |
Color Harmonies of #4B3675
Complementary color
Monochromatic Colors of #4B3675
Black with #4B3675
Text Example
Text Example
White with #4B3675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3675; }
p { color: rgb(75,54,117); }
H1.HeaderClassName
{
color: #4B3675;
}
.AnyTagClassName
{
color: #4B3675;
}
</style>
background-color css
<style>
a { background-color: #4B3675; }
a { background-color: rgb(75,54,117); }
div.DivClassName
{
background-color: #4B3675;
}
.BgClassName
{
background-color: #4B3675;
}
</style>
border-color css
<style>
span { border-color: #4B3675; }
span { border-color: rgb(75,54,117); }
td.TdClassName
{
border-color: #4B3675;
}
.TagClassName
{
border-color: #4B3675;
}
</style>