Shades of Free Speech Blue #4B3ECD
Tints of Free Speech Blue #4B3ECD
RGB
CMYK
RGB Variations
Color information
#4B3ECD (or 0x4B3ECD) is known color: Free Speech Blue. HEX triplet: 4B, 3E and CD. RGB value is (75,62,205). Sum of RGB (Red+Green+Blue) = 75+62+205=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B3ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3ECD is #B4C132. Grayscale: #515151. Windows color (decimal): -11845939 or 13450827. OLE color: 13450827.
HSL color Cylindrical-coordinate representation of color #4B3ECD: hue angle of 245.45º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B3ECD is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 62 | 205 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.20 |
| HSL | 245.45º | 0.59% | 0.52% | - |
| HSV(B) | 245.45º | 0.7% | 0.8% | - |
| XYZ | 15.64 | 9.35 | 58.74 | - |
| YUV | 82.19 | 197.31 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 205 | 0.63 | 0.70 | 0 | 0.20 | 245.45 | 0.59 | 0.52 |
| Hex | 4B | 3E | CD | 3F | 46 | 0 | 14 | F5 | 3B | 34 |
| Octal | 113 | 76 | 315 | 77 | 106 | 0 | 24 | 365 | 73 | 64 |
| Binary | 1001011 | 111110 | 11001101 | 111111 | 1000110 | 0 | 10100 | 11110101 | 111011 | 110100 |
Color Harmonies of #4B3ECD
Complementary color
Monochromatic Colors of #4B3ECD
Black with #4B3ECD
Text Example
Text Example
White with #4B3ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3ECD; }
p { color: rgb(75,62,205); }
H1.HeaderClassName
{
color: #4B3ECD;
}
.AnyTagClassName
{
color: #4B3ECD;
}
</style>
background-color css
<style>
a { background-color: #4B3ECD; }
a { background-color: rgb(75,62,205); }
div.DivClassName
{
background-color: #4B3ECD;
}
.BgClassName
{
background-color: #4B3ECD;
}
</style>
border-color css
<style>
span { border-color: #4B3ECD; }
span { border-color: rgb(75,62,205); }
td.TdClassName
{
border-color: #4B3ECD;
}
.TagClassName
{
border-color: #4B3ECD;
}
</style>