Shades of Free Speech Blue #424DB9
Tints of Free Speech Blue #424DB9
RGB
CMYK
RGB Variations
Color information
#424DB9 (or 0x424DB9) is known color: Free Speech Blue. HEX triplet: 42, 4D and B9. RGB value is (66,77,185). Sum of RGB (Red+Green+Blue) = 66+77+185=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 185 (72.66% from 255 or 56.40% from 328); Max value from RGB is 185 - color contains mainly: blue. Hex color #424DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DB9 is #BDB246. Grayscale: #555555. Windows color (decimal): -12431943 or 12143938. OLE color: 12143938.
HSL color Cylindrical-coordinate representation of color #424DB9: hue angle of 234.45º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #424DB9 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 77 | 185 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.27 |
| HSL | 234.45º | 0.47% | 0.49% | - |
| HSV(B) | 234.45º | 0.64% | 0.73% | - |
| XYZ | 13.66 | 9.97 | 47.1 | - |
| YUV | 86.02 | 183.86 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 185 | 0.64 | 0.58 | 0 | 0.27 | 234.45 | 0.47 | 0.49 |
| Hex | 42 | 4D | B9 | 40 | 3A | 0 | 1B | EA | 2F | 31 |
| Octal | 102 | 115 | 271 | 100 | 72 | 0 | 33 | 352 | 57 | 61 |
| Binary | 1000010 | 1001101 | 10111001 | 1000000 | 111010 | 0 | 11011 | 11101010 | 101111 | 110001 |
Color Harmonies of #424DB9
Complementary color
Monochromatic Colors of #424DB9
Black with #424DB9
Text Example
Text Example
White with #424DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424DB9; }
p { color: rgb(66,77,185); }
H1.HeaderClassName
{
color: #424DB9;
}
.AnyTagClassName
{
color: #424DB9;
}
</style>
background-color css
<style>
a { background-color: #424DB9; }
a { background-color: rgb(66,77,185); }
div.DivClassName
{
background-color: #424DB9;
}
.BgClassName
{
background-color: #424DB9;
}
</style>
border-color css
<style>
span { border-color: #424DB9; }
span { border-color: rgb(66,77,185); }
td.TdClassName
{
border-color: #424DB9;
}
.TagClassName
{
border-color: #424DB9;
}
</style>