Shades of Free Speech Blue #4A42DB
Tints of Free Speech Blue #4A42DB
RGB
CMYK
RGB Variations
Color information
#4A42DB (or 0x4A42DB) is known color: Free Speech Blue. HEX triplet: 4A, 42 and DB. RGB value is (74,66,219). Sum of RGB (Red+Green+Blue) = 74+66+219=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A42DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A42DB is #B5BD24. Grayscale: #555555. Windows color (decimal): -11910437 or 14369354. OLE color: 14369354.
HSL color Cylindrical-coordinate representation of color #4A42DB: hue angle of 243.14º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A42DB is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 66 | 219 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.14 |
| HSL | 243.14º | 0.68% | 0.56% | - |
| HSV(B) | 243.14º | 0.7% | 0.86% | - |
| XYZ | 17.56 | 10.47 | 68.11 | - |
| YUV | 85.83 | 203.15 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 219 | 0.66 | 0.70 | 0 | 0.14 | 243.14 | 0.68 | 0.56 |
| Hex | 4A | 42 | DB | 42 | 46 | 0 | E | F3 | 44 | 38 |
| Octal | 112 | 102 | 333 | 102 | 106 | 0 | 16 | 363 | 104 | 70 |
| Binary | 1001010 | 1000010 | 11011011 | 1000010 | 1000110 | 0 | 1110 | 11110011 | 1000100 | 111000 |
Color Harmonies of #4A42DB
Complementary color
Monochromatic Colors of #4A42DB
Black with #4A42DB
Text Example
Text Example
White with #4A42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A42DB; }
p { color: rgb(74,66,219); }
H1.HeaderClassName
{
color: #4A42DB;
}
.AnyTagClassName
{
color: #4A42DB;
}
</style>
background-color css
<style>
a { background-color: #4A42DB; }
a { background-color: rgb(74,66,219); }
div.DivClassName
{
background-color: #4A42DB;
}
.BgClassName
{
background-color: #4A42DB;
}
</style>
border-color css
<style>
span { border-color: #4A42DB; }
span { border-color: rgb(74,66,219); }
td.TdClassName
{
border-color: #4A42DB;
}
.TagClassName
{
border-color: #4A42DB;
}
</style>