Shades of Free Speech Blue #424CBB
Tints of Free Speech Blue #424CBB
RGB
CMYK
RGB Variations
Color information
#424CBB (or 0x424CBB) is known color: Free Speech Blue. HEX triplet: 42, 4C and BB. RGB value is (66,76,187). Sum of RGB (Red+Green+Blue) = 66+76+187=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #424CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CBB is #BDB344. Grayscale: #555555. Windows color (decimal): -12432197 or 12274754. OLE color: 12274754.
HSL color Cylindrical-coordinate representation of color #424CBB: hue angle of 235.04º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424CBB is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 76 | 187 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.27 |
| HSL | 235.04º | 0.48% | 0.5% | - |
| HSV(B) | 235.04º | 0.65% | 0.73% | - |
| XYZ | 13.8 | 9.91 | 48.2 | - |
| YUV | 85.66 | 185.19 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 187 | 0.65 | 0.59 | 0 | 0.27 | 235.04 | 0.48 | 0.5 |
| Hex | 42 | 4C | BB | 41 | 3B | 0 | 1B | EB | 30 | 32 |
| Octal | 102 | 114 | 273 | 101 | 73 | 0 | 33 | 353 | 60 | 62 |
| Binary | 1000010 | 1001100 | 10111011 | 1000001 | 111011 | 0 | 11011 | 11101011 | 110000 | 110010 |
Color Harmonies of #424CBB
Complementary color
Monochromatic Colors of #424CBB
Black with #424CBB
Text Example
Text Example
White with #424CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424CBB; }
p { color: rgb(66,76,187); }
H1.HeaderClassName
{
color: #424CBB;
}
.AnyTagClassName
{
color: #424CBB;
}
</style>
background-color css
<style>
a { background-color: #424CBB; }
a { background-color: rgb(66,76,187); }
div.DivClassName
{
background-color: #424CBB;
}
.BgClassName
{
background-color: #424CBB;
}
</style>
border-color css
<style>
span { border-color: #424CBB; }
span { border-color: rgb(66,76,187); }
td.TdClassName
{
border-color: #424CBB;
}
.TagClassName
{
border-color: #424CBB;
}
</style>