Shades of Windsor #4B347E
Tints of Windsor #4B347E
RGB
CMYK
RGB Variations
Color information
#4B347E (or 0x4B347E) is known color: Windsor. HEX triplet: 4B, 34 and 7E. RGB value is (75,52,126). Sum of RGB (Red+Green+Blue) = 75+52+126=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #4B347E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B347E is #B4CB81. Grayscale: #434343. Windows color (decimal): -11848578 or 8270923. OLE color: 8270923.
HSL color Cylindrical-coordinate representation of color #4B347E: hue angle of 258.65º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B347E is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 52 | 126 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.51 |
| HSL | 258.65º | 0.42% | 0.35% | - |
| HSV(B) | 258.65º | 0.59% | 0.49% | - |
| XYZ | 7.9 | 5.46 | 20.38 | - |
| YUV | 67.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 126 | 0.40 | 0.59 | 0 | 0.51 | 258.65 | 0.42 | 0.35 |
| Hex | 4B | 34 | 7E | 28 | 3B | 0 | 33 | 103 | 2A | 23 |
| Octal | 113 | 64 | 176 | 50 | 73 | 0 | 63 | 403 | 52 | 43 |
| Binary | 1001011 | 110100 | 1111110 | 101000 | 111011 | 0 | 110011 | 100000011 | 101010 | 100011 |
Color Harmonies of #4B347E
Complementary color
Monochromatic Colors of #4B347E
Black with #4B347E
Text Example
Text Example
White with #4B347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B347E; }
p { color: rgb(75,52,126); }
H1.HeaderClassName
{
color: #4B347E;
}
.AnyTagClassName
{
color: #4B347E;
}
</style>
background-color css
<style>
a { background-color: #4B347E; }
a { background-color: rgb(75,52,126); }
div.DivClassName
{
background-color: #4B347E;
}
.BgClassName
{
background-color: #4B347E;
}
</style>
border-color css
<style>
span { border-color: #4B347E; }
span { border-color: rgb(75,52,126); }
td.TdClassName
{
border-color: #4B347E;
}
.TagClassName
{
border-color: #4B347E;
}
</style>