Shades of Free Speech Blue #4A4FCE
Tints of Free Speech Blue #4A4FCE
RGB
CMYK
RGB Variations
Color information
#4A4FCE (or 0x4A4FCE) is known color: Free Speech Blue. HEX triplet: 4A, 4F and CE. RGB value is (74,79,206). Sum of RGB (Red+Green+Blue) = 74+79+206=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A4FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4FCE is #B5B031. Grayscale: #5B5B5B. Windows color (decimal): -11907122 or 13520714. OLE color: 13520714.
HSL color Cylindrical-coordinate representation of color #4A4FCE: hue angle of 237.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A4FCE is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 79 | 206 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.19 |
| HSL | 237.73º | 0.57% | 0.55% | - |
| HSV(B) | 237.73º | 0.64% | 0.81% | - |
| XYZ | 16.76 | 11.5 | 59.73 | - |
| YUV | 91.98 | 192.34 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 79 | 206 | 0.64 | 0.62 | 0 | 0.19 | 237.73 | 0.57 | 0.55 |
| Hex | 4A | 4F | CE | 40 | 3E | 0 | 13 | EE | 39 | 37 |
| Octal | 112 | 117 | 316 | 100 | 76 | 0 | 23 | 356 | 71 | 67 |
| Binary | 1001010 | 1001111 | 11001110 | 1000000 | 111110 | 0 | 10011 | 11101110 | 111001 | 110111 |
Color Harmonies of #4A4FCE
Complementary color
Monochromatic Colors of #4A4FCE
Black with #4A4FCE
Text Example
Text Example
White with #4A4FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4FCE; }
p { color: rgb(74,79,206); }
H1.HeaderClassName
{
color: #4A4FCE;
}
.AnyTagClassName
{
color: #4A4FCE;
}
</style>
background-color css
<style>
a { background-color: #4A4FCE; }
a { background-color: rgb(74,79,206); }
div.DivClassName
{
background-color: #4A4FCE;
}
.BgClassName
{
background-color: #4A4FCE;
}
</style>
border-color css
<style>
span { border-color: #4A4FCE; }
span { border-color: rgb(74,79,206); }
td.TdClassName
{
border-color: #4A4FCE;
}
.TagClassName
{
border-color: #4A4FCE;
}
</style>