Shades of Free Speech Blue #424CC0
Tints of Free Speech Blue #424CC0
RGB
CMYK
RGB Variations
Color information
#424CC0 (or 0x424CC0) is known color: Free Speech Blue. HEX triplet: 42, 4C and C0. RGB value is (66,76,192). Sum of RGB (Red+Green+Blue) = 66+76+192=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #424CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CC0 is #BDB33F. Grayscale: #555555. Windows color (decimal): -12432192 or 12602434. OLE color: 12602434.
HSL color Cylindrical-coordinate representation of color #424CC0: hue angle of 235.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424CC0 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 76 | 192 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.25 |
| HSL | 235.24º | 0.5% | 0.51% | - |
| HSV(B) | 235.24º | 0.66% | 0.75% | - |
| XYZ | 14.35 | 10.13 | 51.07 | - |
| YUV | 86.23 | 187.69 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 192 | 0.66 | 0.60 | 0 | 0.25 | 235.24 | 0.5 | 0.51 |
| Hex | 42 | 4C | C0 | 42 | 3C | 0 | 19 | EB | 32 | 33 |
| Octal | 102 | 114 | 300 | 102 | 74 | 0 | 31 | 353 | 62 | 63 |
| Binary | 1000010 | 1001100 | 11000000 | 1000010 | 111100 | 0 | 11001 | 11101011 | 110010 | 110011 |
Color Harmonies of #424CC0
Complementary color
Monochromatic Colors of #424CC0
Black with #424CC0
Text Example
Text Example
White with #424CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424CC0; }
p { color: rgb(66,76,192); }
H1.HeaderClassName
{
color: #424CC0;
}
.AnyTagClassName
{
color: #424CC0;
}
</style>
background-color css
<style>
a { background-color: #424CC0; }
a { background-color: rgb(66,76,192); }
div.DivClassName
{
background-color: #424CC0;
}
.BgClassName
{
background-color: #424CC0;
}
</style>
border-color css
<style>
span { border-color: #424CC0; }
span { border-color: rgb(66,76,192); }
td.TdClassName
{
border-color: #424CC0;
}
.TagClassName
{
border-color: #424CC0;
}
</style>