Shades of Free Speech Blue #424CBA
Tints of Free Speech Blue #424CBA
RGB
CMYK
RGB Variations
Color information
#424CBA (or 0x424CBA) is known color: Free Speech Blue. HEX triplet: 42, 4C and BA. RGB value is (66,76,186). Sum of RGB (Red+Green+Blue) = 66+76+186=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #424CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CBA is #BDB345. Grayscale: #555555. Windows color (decimal): -12432198 or 12209218. OLE color: 12209218.
HSL color Cylindrical-coordinate representation of color #424CBA: hue angle of 235º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424CBA is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 76 | 186 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.27 |
| HSL | 235º | 0.48% | 0.49% | - |
| HSV(B) | 235º | 0.65% | 0.73% | - |
| XYZ | 13.69 | 9.87 | 47.64 | - |
| YUV | 85.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 186 | 0.65 | 0.59 | 0 | 0.27 | 235 | 0.48 | 0.49 |
| Hex | 42 | 4C | BA | 41 | 3B | 0 | 1B | EB | 30 | 31 |
| Octal | 102 | 114 | 272 | 101 | 73 | 0 | 33 | 353 | 60 | 61 |
| Binary | 1000010 | 1001100 | 10111010 | 1000001 | 111011 | 0 | 11011 | 11101011 | 110000 | 110001 |
Color Harmonies of #424CBA
Complementary color
Monochromatic Colors of #424CBA
Black with #424CBA
Text Example
Text Example
White with #424CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424CBA; }
p { color: rgb(66,76,186); }
H1.HeaderClassName
{
color: #424CBA;
}
.AnyTagClassName
{
color: #424CBA;
}
</style>
background-color css
<style>
a { background-color: #424CBA; }
a { background-color: rgb(66,76,186); }
div.DivClassName
{
background-color: #424CBA;
}
.BgClassName
{
background-color: #424CBA;
}
</style>
border-color css
<style>
span { border-color: #424CBA; }
span { border-color: rgb(66,76,186); }
td.TdClassName
{
border-color: #424CBA;
}
.TagClassName
{
border-color: #424CBA;
}
</style>