Shades of Free Speech Blue #4A46CB
Tints of Free Speech Blue #4A46CB
RGB
CMYK
RGB Variations
Color information
#4A46CB (or 0x4A46CB) is known color: Free Speech Blue. HEX triplet: 4A, 46 and CB. RGB value is (74,70,203). Sum of RGB (Red+Green+Blue) = 74+70+203=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A46CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A46CB is #B5B934. Grayscale: #555555. Windows color (decimal): -11909429 or 13321802. OLE color: 13321802.
HSL color Cylindrical-coordinate representation of color #4A46CB: hue angle of 241.8º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A46CB is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 70 | 203 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.20 |
| HSL | 241.8º | 0.56% | 0.54% | - |
| HSV(B) | 241.8º | 0.66% | 0.8% | - |
| XYZ | 15.79 | 10.15 | 57.63 | - |
| YUV | 86.36 | 193.83 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 203 | 0.64 | 0.66 | 0 | 0.20 | 241.8 | 0.56 | 0.54 |
| Hex | 4A | 46 | CB | 40 | 42 | 0 | 14 | F2 | 38 | 36 |
| Octal | 112 | 106 | 313 | 100 | 102 | 0 | 24 | 362 | 70 | 66 |
| Binary | 1001010 | 1000110 | 11001011 | 1000000 | 1000010 | 0 | 10100 | 11110010 | 111000 | 110110 |
Color Harmonies of #4A46CB
Complementary color
Monochromatic Colors of #4A46CB
Black with #4A46CB
Text Example
Text Example
White with #4A46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A46CB; }
p { color: rgb(74,70,203); }
H1.HeaderClassName
{
color: #4A46CB;
}
.AnyTagClassName
{
color: #4A46CB;
}
</style>
background-color css
<style>
a { background-color: #4A46CB; }
a { background-color: rgb(74,70,203); }
div.DivClassName
{
background-color: #4A46CB;
}
.BgClassName
{
background-color: #4A46CB;
}
</style>
border-color css
<style>
span { border-color: #4A46CB; }
span { border-color: rgb(74,70,203); }
td.TdClassName
{
border-color: #4A46CB;
}
.TagClassName
{
border-color: #4A46CB;
}
</style>