Shades of Free Speech Blue #424EC4
Tints of Free Speech Blue #424EC4
RGB
CMYK
RGB Variations
Color information
#424EC4 (or 0x424EC4) is known color: Free Speech Blue. HEX triplet: 42, 4E and C4. RGB value is (66,78,196). Sum of RGB (Red+Green+Blue) = 66+78+196=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 196 (76.95% from 255 or 57.65% from 340); Max value from RGB is 196 - color contains mainly: blue. Hex color #424EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424EC4 is #BDB13B. Grayscale: #575757. Windows color (decimal): -12431676 or 12865090. OLE color: 12865090.
HSL color Cylindrical-coordinate representation of color #424EC4: hue angle of 234.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424EC4 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 78 | 196 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.23 |
| HSL | 234.46º | 0.52% | 0.51% | - |
| HSV(B) | 234.46º | 0.66% | 0.77% | - |
| XYZ | 14.93 | 10.59 | 53.48 | - |
| YUV | 87.86 | 189.02 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 196 | 0.66 | 0.60 | 0 | 0.23 | 234.46 | 0.52 | 0.51 |
| Hex | 42 | 4E | C4 | 42 | 3C | 0 | 17 | EA | 34 | 33 |
| Octal | 102 | 116 | 304 | 102 | 74 | 0 | 27 | 352 | 64 | 63 |
| Binary | 1000010 | 1001110 | 11000100 | 1000010 | 111100 | 0 | 10111 | 11101010 | 110100 | 110011 |
Color Harmonies of #424EC4
Complementary color
Monochromatic Colors of #424EC4
Black with #424EC4
Text Example
Text Example
White with #424EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424EC4; }
p { color: rgb(66,78,196); }
H1.HeaderClassName
{
color: #424EC4;
}
.AnyTagClassName
{
color: #424EC4;
}
</style>
background-color css
<style>
a { background-color: #424EC4; }
a { background-color: rgb(66,78,196); }
div.DivClassName
{
background-color: #424EC4;
}
.BgClassName
{
background-color: #424EC4;
}
</style>
border-color css
<style>
span { border-color: #424EC4; }
span { border-color: rgb(66,78,196); }
td.TdClassName
{
border-color: #424EC4;
}
.TagClassName
{
border-color: #424EC4;
}
</style>