Shades of Free Speech Blue #4A54DB
Tints of Free Speech Blue #4A54DB
RGB
CMYK
RGB Variations
Color information
#4A54DB (or 0x4A54DB) is known color: Free Speech Blue. HEX triplet: 4A, 54 and DB. RGB value is (74,84,219). Sum of RGB (Red+Green+Blue) = 74+84+219=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A54DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A54DB is #B5AB24. Grayscale: #5F5F5F. Windows color (decimal): -11905829 or 14373962. OLE color: 14373962.
HSL color Cylindrical-coordinate representation of color #4A54DB: hue angle of 235.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A54DB is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 84 | 219 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.14 |
| HSL | 235.86º | 0.67% | 0.57% | - |
| HSV(B) | 235.86º | 0.66% | 0.86% | - |
| XYZ | 18.78 | 12.91 | 68.52 | - |
| YUV | 96.4 | 197.19 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 219 | 0.66 | 0.62 | 0 | 0.14 | 235.86 | 0.67 | 0.57 |
| Hex | 4A | 54 | DB | 42 | 3E | 0 | E | EC | 43 | 39 |
| Octal | 112 | 124 | 333 | 102 | 76 | 0 | 16 | 354 | 103 | 71 |
| Binary | 1001010 | 1010100 | 11011011 | 1000010 | 111110 | 0 | 1110 | 11101100 | 1000011 | 111001 |
Color Harmonies of #4A54DB
Complementary color
Monochromatic Colors of #4A54DB
Black with #4A54DB
Text Example
Text Example
White with #4A54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A54DB; }
p { color: rgb(74,84,219); }
H1.HeaderClassName
{
color: #4A54DB;
}
.AnyTagClassName
{
color: #4A54DB;
}
</style>
background-color css
<style>
a { background-color: #4A54DB; }
a { background-color: rgb(74,84,219); }
div.DivClassName
{
background-color: #4A54DB;
}
.BgClassName
{
background-color: #4A54DB;
}
</style>
border-color css
<style>
span { border-color: #4A54DB; }
span { border-color: rgb(74,84,219); }
td.TdClassName
{
border-color: #4A54DB;
}
.TagClassName
{
border-color: #4A54DB;
}
</style>