Shades of Free Speech Blue #4A4BCF
Tints of Free Speech Blue #4A4BCF
RGB
CMYK
RGB Variations
Color information
#4A4BCF (or 0x4A4BCF) is known color: Free Speech Blue. HEX triplet: 4A, 4B and CF. RGB value is (74,75,207). Sum of RGB (Red+Green+Blue) = 74+75+207=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A4BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A4BCF is #B5B430. Grayscale: #595959. Windows color (decimal): -11908145 or 13585226. OLE color: 13585226.
HSL color Cylindrical-coordinate representation of color #4A4BCF: hue angle of 239.55º degrees, saturation: 0.58, 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 #4A4BCF is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 75 | 207 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.19 |
| HSL | 239.55º | 0.58% | 0.55% | - |
| HSV(B) | 239.55º | 0.64% | 0.81% | - |
| XYZ | 16.6 | 10.99 | 60.28 | - |
| YUV | 89.75 | 194.17 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 75 | 207 | 0.64 | 0.64 | 0 | 0.19 | 239.55 | 0.58 | 0.55 |
| Hex | 4A | 4B | CF | 40 | 40 | 0 | 13 | F0 | 3A | 37 |
| Octal | 112 | 113 | 317 | 100 | 100 | 0 | 23 | 360 | 72 | 67 |
| Binary | 1001010 | 1001011 | 11001111 | 1000000 | 1000000 | 0 | 10011 | 11110000 | 111010 | 110111 |
Color Harmonies of #4A4BCF
Complementary color
Monochromatic Colors of #4A4BCF
Black with #4A4BCF
Text Example
Text Example
White with #4A4BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4BCF; }
p { color: rgb(74,75,207); }
H1.HeaderClassName
{
color: #4A4BCF;
}
.AnyTagClassName
{
color: #4A4BCF;
}
</style>
background-color css
<style>
a { background-color: #4A4BCF; }
a { background-color: rgb(74,75,207); }
div.DivClassName
{
background-color: #4A4BCF;
}
.BgClassName
{
background-color: #4A4BCF;
}
</style>
border-color css
<style>
span { border-color: #4A4BCF; }
span { border-color: rgb(74,75,207); }
td.TdClassName
{
border-color: #4A4BCF;
}
.TagClassName
{
border-color: #4A4BCF;
}
</style>