Shades of Free Speech Blue #4B40CE
Tints of Free Speech Blue #4B40CE
RGB
CMYK
RGB Variations
Color information
#4B40CE (or 0x4B40CE) is known color: Free Speech Blue. HEX triplet: 4B, 40 and CE. RGB value is (75,64,206). Sum of RGB (Red+Green+Blue) = 75+64+206=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B40CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B40CE is #B4BF31. Grayscale: #525252. Windows color (decimal): -11845426 or 13516875. OLE color: 13516875.
HSL color Cylindrical-coordinate representation of color #4B40CE: hue angle of 244.65º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B40CE is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 64 | 206 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.19 |
| HSL | 244.65º | 0.59% | 0.53% | - |
| HSV(B) | 244.65º | 0.69% | 0.81% | - |
| XYZ | 15.88 | 9.62 | 59.41 | - |
| YUV | 83.48 | 197.14 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 206 | 0.64 | 0.69 | 0 | 0.19 | 244.65 | 0.59 | 0.53 |
| Hex | 4B | 40 | CE | 40 | 45 | 0 | 13 | F5 | 3B | 35 |
| Octal | 113 | 100 | 316 | 100 | 105 | 0 | 23 | 365 | 73 | 65 |
| Binary | 1001011 | 1000000 | 11001110 | 1000000 | 1000101 | 0 | 10011 | 11110101 | 111011 | 110101 |
Color Harmonies of #4B40CE
Complementary color
Monochromatic Colors of #4B40CE
Black with #4B40CE
Text Example
Text Example
White with #4B40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B40CE; }
p { color: rgb(75,64,206); }
H1.HeaderClassName
{
color: #4B40CE;
}
.AnyTagClassName
{
color: #4B40CE;
}
</style>
background-color css
<style>
a { background-color: #4B40CE; }
a { background-color: rgb(75,64,206); }
div.DivClassName
{
background-color: #4B40CE;
}
.BgClassName
{
background-color: #4B40CE;
}
</style>
border-color css
<style>
span { border-color: #4B40CE; }
span { border-color: rgb(75,64,206); }
td.TdClassName
{
border-color: #4B40CE;
}
.TagClassName
{
border-color: #4B40CE;
}
</style>