Shades of Free Speech Blue #4F4ACB
Tints of Free Speech Blue #4F4ACB
RGB
CMYK
RGB Variations
Color information
#4F4ACB (or 0x4F4ACB) is known color: Free Speech Blue. HEX triplet: 4F, 4A and CB. RGB value is (79,74,203). Sum of RGB (Red+Green+Blue) = 79+74+203=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F4ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4ACB is #B0B534. Grayscale: #595959. Windows color (decimal): -11580725 or 13322831. OLE color: 13322831.
HSL color Cylindrical-coordinate representation of color #4F4ACB: hue angle of 242.33º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F4ACB is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 74 | 203 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.20 |
| HSL | 242.33º | 0.55% | 0.54% | - |
| HSV(B) | 242.33º | 0.64% | 0.8% | - |
| XYZ | 16.45 | 10.87 | 57.73 | - |
| YUV | 90.2 | 191.66 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 74 | 203 | 0.61 | 0.64 | 0 | 0.20 | 242.33 | 0.55 | 0.54 |
| Hex | 4F | 4A | CB | 3D | 40 | 0 | 14 | F2 | 37 | 36 |
| Octal | 117 | 112 | 313 | 75 | 100 | 0 | 24 | 362 | 67 | 66 |
| Binary | 1001111 | 1001010 | 11001011 | 111101 | 1000000 | 0 | 10100 | 11110010 | 110111 | 110110 |
Color Harmonies of #4F4ACB
Complementary color
Monochromatic Colors of #4F4ACB
Black with #4F4ACB
Text Example
Text Example
White with #4F4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4ACB; }
p { color: rgb(79,74,203); }
H1.HeaderClassName
{
color: #4F4ACB;
}
.AnyTagClassName
{
color: #4F4ACB;
}
</style>
background-color css
<style>
a { background-color: #4F4ACB; }
a { background-color: rgb(79,74,203); }
div.DivClassName
{
background-color: #4F4ACB;
}
.BgClassName
{
background-color: #4F4ACB;
}
</style>
border-color css
<style>
span { border-color: #4F4ACB; }
span { border-color: rgb(79,74,203); }
td.TdClassName
{
border-color: #4F4ACB;
}
.TagClassName
{
border-color: #4F4ACB;
}
</style>