Shades of Windsor #4B307A
Tints of Windsor #4B307A
RGB
CMYK
RGB Variations
Color information
#4B307A (or 0x4B307A) is known color: Windsor. HEX triplet: 4B, 30 and 7A. RGB value is (75,48,122). Sum of RGB (Red+Green+Blue) = 75+48+122=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #4B307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B307A is #B4CF85. Grayscale: #404040. Windows color (decimal): -11849606 or 8007755. OLE color: 8007755.
HSL color Cylindrical-coordinate representation of color #4B307A: hue angle of 261.89º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B307A is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 48 | 122 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.52 |
| HSL | 261.89º | 0.44% | 0.33% | - |
| HSV(B) | 261.89º | 0.61% | 0.48% | - |
| XYZ | 7.47 | 5.01 | 18.99 | - |
| YUV | 64.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 122 | 0.39 | 0.61 | 0 | 0.52 | 261.89 | 0.44 | 0.33 |
| Hex | 4B | 30 | 7A | 27 | 3D | 0 | 34 | 106 | 2C | 21 |
| Octal | 113 | 60 | 172 | 47 | 75 | 0 | 64 | 406 | 54 | 41 |
| Binary | 1001011 | 110000 | 1111010 | 100111 | 111101 | 0 | 110100 | 100000110 | 101100 | 100001 |
Color Harmonies of #4B307A
Complementary color
Monochromatic Colors of #4B307A
Black with #4B307A
Text Example
Text Example
White with #4B307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B307A; }
p { color: rgb(75,48,122); }
H1.HeaderClassName
{
color: #4B307A;
}
.AnyTagClassName
{
color: #4B307A;
}
</style>
background-color css
<style>
a { background-color: #4B307A; }
a { background-color: rgb(75,48,122); }
div.DivClassName
{
background-color: #4B307A;
}
.BgClassName
{
background-color: #4B307A;
}
</style>
border-color css
<style>
span { border-color: #4B307A; }
span { border-color: rgb(75,48,122); }
td.TdClassName
{
border-color: #4B307A;
}
.TagClassName
{
border-color: #4B307A;
}
</style>