Shades of Free Speech Blue #4B40CB
Tints of Free Speech Blue #4B40CB
RGB
CMYK
RGB Variations
Color information
#4B40CB (or 0x4B40CB) is known color: Free Speech Blue. HEX triplet: 4B, 40 and CB. RGB value is (75,64,203). Sum of RGB (Red+Green+Blue) = 75+64+203=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B40CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B40CB is #B4BF34. Grayscale: #525252. Windows color (decimal): -11845429 or 13320267. OLE color: 13320267.
HSL color Cylindrical-coordinate representation of color #4B40CB: hue angle of 244.75º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B40CB is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 64 | 203 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.20 |
| HSL | 244.75º | 0.57% | 0.52% | - |
| HSV(B) | 244.75º | 0.68% | 0.8% | - |
| XYZ | 15.51 | 9.47 | 57.51 | - |
| YUV | 83.14 | 195.64 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 203 | 0.63 | 0.68 | 0 | 0.20 | 244.75 | 0.57 | 0.52 |
| Hex | 4B | 40 | CB | 3F | 44 | 0 | 14 | F5 | 39 | 34 |
| Octal | 113 | 100 | 313 | 77 | 104 | 0 | 24 | 365 | 71 | 64 |
| Binary | 1001011 | 1000000 | 11001011 | 111111 | 1000100 | 0 | 10100 | 11110101 | 111001 | 110100 |
Color Harmonies of #4B40CB
Complementary color
Monochromatic Colors of #4B40CB
Black with #4B40CB
Text Example
Text Example
White with #4B40CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B40CB; }
p { color: rgb(75,64,203); }
H1.HeaderClassName
{
color: #4B40CB;
}
.AnyTagClassName
{
color: #4B40CB;
}
</style>
background-color css
<style>
a { background-color: #4B40CB; }
a { background-color: rgb(75,64,203); }
div.DivClassName
{
background-color: #4B40CB;
}
.BgClassName
{
background-color: #4B40CB;
}
</style>
border-color css
<style>
span { border-color: #4B40CB; }
span { border-color: rgb(75,64,203); }
td.TdClassName
{
border-color: #4B40CB;
}
.TagClassName
{
border-color: #4B40CB;
}
</style>