Shades of Free Speech Blue #4B46DC
Tints of Free Speech Blue #4B46DC
RGB
CMYK
RGB Variations
Color information
#4B46DC (or 0x4B46DC) is known color: Free Speech Blue. HEX triplet: 4B, 46 and DC. RGB value is (75,70,220). Sum of RGB (Red+Green+Blue) = 75+70+220=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B46DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B46DC is #B4B923. Grayscale: #585858. Windows color (decimal): -11843876 or 14435915. OLE color: 14435915.
HSL color Cylindrical-coordinate representation of color #4B46DC: hue angle of 242º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B46DC is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 70 | 220 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.14 |
| HSL | 242º | 0.68% | 0.57% | - |
| HSV(B) | 242º | 0.68% | 0.86% | - |
| XYZ | 18.01 | 11.04 | 68.89 | - |
| YUV | 88.6 | 202.16 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 220 | 0.66 | 0.68 | 0 | 0.14 | 242 | 0.68 | 0.57 |
| Hex | 4B | 46 | DC | 42 | 44 | 0 | E | F2 | 44 | 39 |
| Octal | 113 | 106 | 334 | 102 | 104 | 0 | 16 | 362 | 104 | 71 |
| Binary | 1001011 | 1000110 | 11011100 | 1000010 | 1000100 | 0 | 1110 | 11110010 | 1000100 | 111001 |
Color Harmonies of #4B46DC
Complementary color
Monochromatic Colors of #4B46DC
Black with #4B46DC
Text Example
Text Example
White with #4B46DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B46DC; }
p { color: rgb(75,70,220); }
H1.HeaderClassName
{
color: #4B46DC;
}
.AnyTagClassName
{
color: #4B46DC;
}
</style>
background-color css
<style>
a { background-color: #4B46DC; }
a { background-color: rgb(75,70,220); }
div.DivClassName
{
background-color: #4B46DC;
}
.BgClassName
{
background-color: #4B46DC;
}
</style>
border-color css
<style>
span { border-color: #4B46DC; }
span { border-color: rgb(75,70,220); }
td.TdClassName
{
border-color: #4B46DC;
}
.TagClassName
{
border-color: #4B46DC;
}
</style>