Shades of Windsor #4B367B
Tints of Windsor #4B367B
RGB
CMYK
RGB Variations
Color information
#4B367B (or 0x4B367B) is known color: Windsor. HEX triplet: 4B, 36 and 7B. RGB value is (75,54,123). Sum of RGB (Red+Green+Blue) = 75+54+123=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B367B is #B4C984. Grayscale: #434343. Windows color (decimal): -11848069 or 8074827. OLE color: 8074827.
HSL color Cylindrical-coordinate representation of color #4B367B: hue angle of 258.26º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B367B is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 54 | 123 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.52 |
| HSL | 258.26º | 0.39% | 0.35% | - |
| HSV(B) | 258.26º | 0.56% | 0.48% | - |
| XYZ | 7.8 | 5.56 | 19.4 | - |
| YUV | 68.15 | 158.96 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 54 | 123 | 0.39 | 0.56 | 0 | 0.52 | 258.26 | 0.39 | 0.35 |
| Hex | 4B | 36 | 7B | 27 | 38 | 0 | 34 | 102 | 27 | 23 |
| Octal | 113 | 66 | 173 | 47 | 70 | 0 | 64 | 402 | 47 | 43 |
| Binary | 1001011 | 110110 | 1111011 | 100111 | 111000 | 0 | 110100 | 100000010 | 100111 | 100011 |
Color Harmonies of #4B367B
Complementary color
Monochromatic Colors of #4B367B
Black with #4B367B
Text Example
Text Example
White with #4B367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B367B; }
p { color: rgb(75,54,123); }
H1.HeaderClassName
{
color: #4B367B;
}
.AnyTagClassName
{
color: #4B367B;
}
</style>
background-color css
<style>
a { background-color: #4B367B; }
a { background-color: rgb(75,54,123); }
div.DivClassName
{
background-color: #4B367B;
}
.BgClassName
{
background-color: #4B367B;
}
</style>
border-color css
<style>
span { border-color: #4B367B; }
span { border-color: rgb(75,54,123); }
td.TdClassName
{
border-color: #4B367B;
}
.TagClassName
{
border-color: #4B367B;
}
</style>