Shades of Free Speech Blue #4A50CD
Tints of Free Speech Blue #4A50CD
RGB
CMYK
RGB Variations
Color information
#4A50CD (or 0x4A50CD) is known color: Free Speech Blue. HEX triplet: 4A, 50 and CD. RGB value is (74,80,205). Sum of RGB (Red+Green+Blue) = 74+80+205=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A50CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A50CD is #B5AF32. Grayscale: #5B5B5B. Windows color (decimal): -11906867 or 13455434. OLE color: 13455434.
HSL color Cylindrical-coordinate representation of color #4A50CD: hue angle of 237.25º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A50CD is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 80 | 205 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.20 |
| HSL | 237.25º | 0.57% | 0.55% | - |
| HSV(B) | 237.25º | 0.64% | 0.8% | - |
| XYZ | 16.71 | 11.6 | 59.12 | - |
| YUV | 92.46 | 191.51 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 205 | 0.64 | 0.61 | 0 | 0.20 | 237.25 | 0.57 | 0.55 |
| Hex | 4A | 50 | CD | 40 | 3D | 0 | 14 | ED | 39 | 37 |
| Octal | 112 | 120 | 315 | 100 | 75 | 0 | 24 | 355 | 71 | 67 |
| Binary | 1001010 | 1010000 | 11001101 | 1000000 | 111101 | 0 | 10100 | 11101101 | 111001 | 110111 |
Color Harmonies of #4A50CD
Complementary color
Monochromatic Colors of #4A50CD
Black with #4A50CD
Text Example
Text Example
White with #4A50CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A50CD; }
p { color: rgb(74,80,205); }
H1.HeaderClassName
{
color: #4A50CD;
}
.AnyTagClassName
{
color: #4A50CD;
}
</style>
background-color css
<style>
a { background-color: #4A50CD; }
a { background-color: rgb(74,80,205); }
div.DivClassName
{
background-color: #4A50CD;
}
.BgClassName
{
background-color: #4A50CD;
}
</style>
border-color css
<style>
span { border-color: #4A50CD; }
span { border-color: rgb(74,80,205); }
td.TdClassName
{
border-color: #4A50CD;
}
.TagClassName
{
border-color: #4A50CD;
}
</style>