Shades of Free Speech Blue #4B43CE
Tints of Free Speech Blue #4B43CE
RGB
CMYK
RGB Variations
Color information
#4B43CE (or 0x4B43CE) is known color: Free Speech Blue. HEX triplet: 4B, 43 and CE. RGB value is (75,67,206). Sum of RGB (Red+Green+Blue) = 75+67+206=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B43CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B43CE is #B4BC31. Grayscale: #545454. Windows color (decimal): -11844658 or 13517643. OLE color: 13517643.
HSL color Cylindrical-coordinate representation of color #4B43CE: hue angle of 243.45º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B43CE is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 67 | 206 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.19 |
| HSL | 243.45º | 0.59% | 0.54% | - |
| HSV(B) | 243.45º | 0.67% | 0.81% | - |
| XYZ | 16.05 | 9.97 | 59.47 | - |
| YUV | 85.24 | 196.15 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 206 | 0.64 | 0.67 | 0 | 0.19 | 243.45 | 0.59 | 0.54 |
| Hex | 4B | 43 | CE | 40 | 43 | 0 | 13 | F3 | 3B | 36 |
| Octal | 113 | 103 | 316 | 100 | 103 | 0 | 23 | 363 | 73 | 66 |
| Binary | 1001011 | 1000011 | 11001110 | 1000000 | 1000011 | 0 | 10011 | 11110011 | 111011 | 110110 |
Color Harmonies of #4B43CE
Complementary color
Monochromatic Colors of #4B43CE
Black with #4B43CE
Text Example
Text Example
White with #4B43CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B43CE; }
p { color: rgb(75,67,206); }
H1.HeaderClassName
{
color: #4B43CE;
}
.AnyTagClassName
{
color: #4B43CE;
}
</style>
background-color css
<style>
a { background-color: #4B43CE; }
a { background-color: rgb(75,67,206); }
div.DivClassName
{
background-color: #4B43CE;
}
.BgClassName
{
background-color: #4B43CE;
}
</style>
border-color css
<style>
span { border-color: #4B43CE; }
span { border-color: rgb(75,67,206); }
td.TdClassName
{
border-color: #4B43CE;
}
.TagClassName
{
border-color: #4B43CE;
}
</style>