Shades of Free Speech Blue #4A4BCA
Tints of Free Speech Blue #4A4BCA
RGB
CMYK
RGB Variations
Color information
#4A4BCA (or 0x4A4BCA) is known color: Free Speech Blue. HEX triplet: 4A, 4B and CA. RGB value is (74,75,202). Sum of RGB (Red+Green+Blue) = 74+75+202=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A4BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A4BCA is #B5B435. Grayscale: #585858. Windows color (decimal): -11908150 or 13257546. OLE color: 13257546.
HSL color Cylindrical-coordinate representation of color #4A4BCA: hue angle of 239.53º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A4BCA is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 75 | 202 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.21 |
| HSL | 239.53º | 0.55% | 0.54% | - |
| HSV(B) | 239.53º | 0.63% | 0.79% | - |
| XYZ | 16 | 10.75 | 57.11 | - |
| YUV | 89.18 | 191.67 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 75 | 202 | 0.63 | 0.63 | 0 | 0.21 | 239.53 | 0.55 | 0.54 |
| Hex | 4A | 4B | CA | 3F | 3F | 0 | 15 | F0 | 37 | 36 |
| Octal | 112 | 113 | 312 | 77 | 77 | 0 | 25 | 360 | 67 | 66 |
| Binary | 1001010 | 1001011 | 11001010 | 111111 | 111111 | 0 | 10101 | 11110000 | 110111 | 110110 |
Color Harmonies of #4A4BCA
Complementary color
Monochromatic Colors of #4A4BCA
Black with #4A4BCA
Text Example
Text Example
White with #4A4BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4BCA; }
p { color: rgb(74,75,202); }
H1.HeaderClassName
{
color: #4A4BCA;
}
.AnyTagClassName
{
color: #4A4BCA;
}
</style>
background-color css
<style>
a { background-color: #4A4BCA; }
a { background-color: rgb(74,75,202); }
div.DivClassName
{
background-color: #4A4BCA;
}
.BgClassName
{
background-color: #4A4BCA;
}
</style>
border-color css
<style>
span { border-color: #4A4BCA; }
span { border-color: rgb(74,75,202); }
td.TdClassName
{
border-color: #4A4BCA;
}
.TagClassName
{
border-color: #4A4BCA;
}
</style>