Shades of Free Speech Blue #424CBF
Tints of Free Speech Blue #424CBF
RGB
CMYK
RGB Variations
Color information
#424CBF (or 0x424CBF) is known color: Free Speech Blue. HEX triplet: 42, 4C and BF. RGB value is (66,76,191). Sum of RGB (Red+Green+Blue) = 66+76+191=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #424CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CBF is #BDB340. Grayscale: #555555. Windows color (decimal): -12432193 or 12536898. OLE color: 12536898.
HSL color Cylindrical-coordinate representation of color #424CBF: hue angle of 235.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424CBF is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 76 | 191 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.25 |
| HSL | 235.2º | 0.49% | 0.5% | - |
| HSV(B) | 235.2º | 0.65% | 0.75% | - |
| XYZ | 14.24 | 10.09 | 50.49 | - |
| YUV | 86.12 | 187.19 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 191 | 0.65 | 0.60 | 0 | 0.25 | 235.2 | 0.49 | 0.5 |
| Hex | 42 | 4C | BF | 41 | 3C | 0 | 19 | EB | 31 | 32 |
| Octal | 102 | 114 | 277 | 101 | 74 | 0 | 31 | 353 | 61 | 62 |
| Binary | 1000010 | 1001100 | 10111111 | 1000001 | 111100 | 0 | 11001 | 11101011 | 110001 | 110010 |
Color Harmonies of #424CBF
Complementary color
Monochromatic Colors of #424CBF
Black with #424CBF
Text Example
Text Example
White with #424CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424CBF; }
p { color: rgb(66,76,191); }
H1.HeaderClassName
{
color: #424CBF;
}
.AnyTagClassName
{
color: #424CBF;
}
</style>
background-color css
<style>
a { background-color: #424CBF; }
a { background-color: rgb(66,76,191); }
div.DivClassName
{
background-color: #424CBF;
}
.BgClassName
{
background-color: #424CBF;
}
</style>
border-color css
<style>
span { border-color: #424CBF; }
span { border-color: rgb(66,76,191); }
td.TdClassName
{
border-color: #424CBF;
}
.TagClassName
{
border-color: #424CBF;
}
</style>