Shades of Free Speech Blue #4A4FCB
Tints of Free Speech Blue #4A4FCB
RGB
CMYK
RGB Variations
Color information
#4A4FCB (or 0x4A4FCB) is known color: Free Speech Blue. HEX triplet: 4A, 4F and CB. RGB value is (74,79,203). Sum of RGB (Red+Green+Blue) = 74+79+203=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 79 (31.25% from 255 or 22.19% 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 #4A4FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4FCB is #B5B034. Grayscale: #5B5B5B. Windows color (decimal): -11907125 or 13324106. OLE color: 13324106.
HSL color Cylindrical-coordinate representation of color #4A4FCB: hue angle of 237.67º 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 #4A4FCB is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 79 | 203 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.20 |
| HSL | 237.67º | 0.55% | 0.54% | - |
| HSV(B) | 237.67º | 0.64% | 0.8% | - |
| XYZ | 16.4 | 11.36 | 57.83 | - |
| YUV | 91.64 | 190.84 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 79 | 203 | 0.64 | 0.61 | 0 | 0.20 | 237.67 | 0.55 | 0.54 |
| Hex | 4A | 4F | CB | 40 | 3D | 0 | 14 | EE | 37 | 36 |
| Octal | 112 | 117 | 313 | 100 | 75 | 0 | 24 | 356 | 67 | 66 |
| Binary | 1001010 | 1001111 | 11001011 | 1000000 | 111101 | 0 | 10100 | 11101110 | 110111 | 110110 |
Color Harmonies of #4A4FCB
Complementary color
Monochromatic Colors of #4A4FCB
Black with #4A4FCB
Text Example
Text Example
White with #4A4FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4FCB; }
p { color: rgb(74,79,203); }
H1.HeaderClassName
{
color: #4A4FCB;
}
.AnyTagClassName
{
color: #4A4FCB;
}
</style>
background-color css
<style>
a { background-color: #4A4FCB; }
a { background-color: rgb(74,79,203); }
div.DivClassName
{
background-color: #4A4FCB;
}
.BgClassName
{
background-color: #4A4FCB;
}
</style>
border-color css
<style>
span { border-color: #4A4FCB; }
span { border-color: rgb(74,79,203); }
td.TdClassName
{
border-color: #4A4FCB;
}
.TagClassName
{
border-color: #4A4FCB;
}
</style>