Shades of Free Speech Blue #424FB4
Tints of Free Speech Blue #424FB4
RGB
CMYK
RGB Variations
Color information
#424FB4 (or 0x424FB4) is known color: Free Speech Blue. HEX triplet: 42, 4F and B4. RGB value is (66,79,180). Sum of RGB (Red+Green+Blue) = 66+79+180=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #424FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FB4 is #BDB04B. Grayscale: #565656. Windows color (decimal): -12431436 or 11816770. OLE color: 11816770.
HSL color Cylindrical-coordinate representation of color #424FB4: hue angle of 233.16º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #424FB4 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 79 | 180 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.29 |
| HSL | 233.16º | 0.46% | 0.48% | - |
| HSV(B) | 233.16º | 0.63% | 0.71% | - |
| XYZ | 13.28 | 10.05 | 44.42 | - |
| YUV | 86.63 | 180.69 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 180 | 0.63 | 0.56 | 0 | 0.29 | 233.16 | 0.46 | 0.48 |
| Hex | 42 | 4F | B4 | 3F | 38 | 0 | 1D | E9 | 2E | 30 |
| Octal | 102 | 117 | 264 | 77 | 70 | 0 | 35 | 351 | 56 | 60 |
| Binary | 1000010 | 1001111 | 10110100 | 111111 | 111000 | 0 | 11101 | 11101001 | 101110 | 110000 |
Color Harmonies of #424FB4
Complementary color
Monochromatic Colors of #424FB4
Black with #424FB4
Text Example
Text Example
White with #424FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424FB4; }
p { color: rgb(66,79,180); }
H1.HeaderClassName
{
color: #424FB4;
}
.AnyTagClassName
{
color: #424FB4;
}
</style>
background-color css
<style>
a { background-color: #424FB4; }
a { background-color: rgb(66,79,180); }
div.DivClassName
{
background-color: #424FB4;
}
.BgClassName
{
background-color: #424FB4;
}
</style>
border-color css
<style>
span { border-color: #424FB4; }
span { border-color: rgb(66,79,180); }
td.TdClassName
{
border-color: #424FB4;
}
.TagClassName
{
border-color: #424FB4;
}
</style>