Shades of Free Speech Blue #4A5DCA
Tints of Free Speech Blue #4A5DCA
RGB
CMYK
RGB Variations
Color information
#4A5DCA (or 0x4A5DCA) is known color: Free Speech Blue. HEX triplet: 4A, 5D and CA. RGB value is (74,93,202). Sum of RGB (Red+Green+Blue) = 74+93+202=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A5DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5DCA is #B5A235. Grayscale: #636363. Windows color (decimal): -11903542 or 13262154. OLE color: 13262154.
HSL color Cylindrical-coordinate representation of color #4A5DCA: hue angle of 231.09º 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 #4A5DCA is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 93 | 202 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.21 |
| HSL | 231.09º | 0.55% | 0.54% | - |
| HSV(B) | 231.09º | 0.63% | 0.79% | - |
| XYZ | 17.4 | 13.55 | 57.58 | - |
| YUV | 99.75 | 185.71 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 93 | 202 | 0.63 | 0.54 | 0 | 0.21 | 231.09 | 0.55 | 0.54 |
| Hex | 4A | 5D | CA | 3F | 36 | 0 | 15 | E7 | 37 | 36 |
| Octal | 112 | 135 | 312 | 77 | 66 | 0 | 25 | 347 | 67 | 66 |
| Binary | 1001010 | 1011101 | 11001010 | 111111 | 110110 | 0 | 10101 | 11100111 | 110111 | 110110 |
Color Harmonies of #4A5DCA
Complementary color
Monochromatic Colors of #4A5DCA
Black with #4A5DCA
Text Example
Text Example
White with #4A5DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5DCA; }
p { color: rgb(74,93,202); }
H1.HeaderClassName
{
color: #4A5DCA;
}
.AnyTagClassName
{
color: #4A5DCA;
}
</style>
background-color css
<style>
a { background-color: #4A5DCA; }
a { background-color: rgb(74,93,202); }
div.DivClassName
{
background-color: #4A5DCA;
}
.BgClassName
{
background-color: #4A5DCA;
}
</style>
border-color css
<style>
span { border-color: #4A5DCA; }
span { border-color: rgb(74,93,202); }
td.TdClassName
{
border-color: #4A5DCA;
}
.TagClassName
{
border-color: #4A5DCA;
}
</style>