Shades of Free Speech Blue #4A46CC
Tints of Free Speech Blue #4A46CC
RGB
CMYK
RGB Variations
Color information
#4A46CC (or 0x4A46CC) is known color: Free Speech Blue. HEX triplet: 4A, 46 and CC. RGB value is (74,70,204). Sum of RGB (Red+Green+Blue) = 74+70+204=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A46CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A46CC is #B5B933. Grayscale: #555555. Windows color (decimal): -11909428 or 13387338. OLE color: 13387338.
HSL color Cylindrical-coordinate representation of color #4A46CC: hue angle of 241.79º degrees, saturation: 0.57, 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 #4A46CC is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 70 | 204 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.2 |
| HSL | 241.79º | 0.57% | 0.54% | - |
| HSV(B) | 241.79º | 0.66% | 0.8% | - |
| XYZ | 15.91 | 10.2 | 58.26 | - |
| YUV | 86.47 | 194.33 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 204 | 0.64 | 0.66 | 0 | 0.2 | 241.79 | 0.57 | 0.54 |
| Hex | 4A | 46 | CC | 40 | 42 | 0 | 14 | F2 | 39 | 36 |
| Octal | 112 | 106 | 314 | 100 | 102 | 0 | 24 | 362 | 71 | 66 |
| Binary | 1001010 | 1000110 | 11001100 | 1000000 | 1000010 | 0 | 10100 | 11110010 | 111001 | 110110 |
Color Harmonies of #4A46CC
Complementary color
Monochromatic Colors of #4A46CC
Black with #4A46CC
Text Example
Text Example
White with #4A46CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A46CC; }
p { color: rgb(74,70,204); }
H1.HeaderClassName
{
color: #4A46CC;
}
.AnyTagClassName
{
color: #4A46CC;
}
</style>
background-color css
<style>
a { background-color: #4A46CC; }
a { background-color: rgb(74,70,204); }
div.DivClassName
{
background-color: #4A46CC;
}
.BgClassName
{
background-color: #4A46CC;
}
</style>
border-color css
<style>
span { border-color: #4A46CC; }
span { border-color: rgb(74,70,204); }
td.TdClassName
{
border-color: #4A46CC;
}
.TagClassName
{
border-color: #4A46CC;
}
</style>