Shades of Free Speech Blue #424ABB
Tints of Free Speech Blue #424ABB
RGB
CMYK
RGB Variations
Color information
#424ABB (or 0x424ABB) is known color: Free Speech Blue. HEX triplet: 42, 4A and BB. RGB value is (66,74,187). Sum of RGB (Red+Green+Blue) = 66+74+187=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #424ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424ABB is #BDB544. Grayscale: #545454. Windows color (decimal): -12432709 or 12274242. OLE color: 12274242.
HSL color Cylindrical-coordinate representation of color #424ABB: hue angle of 236.03º 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 #424ABB is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 74 | 187 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.27 |
| HSL | 236.03º | 0.48% | 0.5% | - |
| HSV(B) | 236.03º | 0.65% | 0.73% | - |
| XYZ | 13.67 | 9.64 | 48.15 | - |
| YUV | 84.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 187 | 0.65 | 0.60 | 0 | 0.27 | 236.03 | 0.48 | 0.5 |
| Hex | 42 | 4A | BB | 41 | 3C | 0 | 1B | EC | 30 | 32 |
| Octal | 102 | 112 | 273 | 101 | 74 | 0 | 33 | 354 | 60 | 62 |
| Binary | 1000010 | 1001010 | 10111011 | 1000001 | 111100 | 0 | 11011 | 11101100 | 110000 | 110010 |
Color Harmonies of #424ABB
Complementary color
Monochromatic Colors of #424ABB
Black with #424ABB
Text Example
Text Example
White with #424ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424ABB; }
p { color: rgb(66,74,187); }
H1.HeaderClassName
{
color: #424ABB;
}
.AnyTagClassName
{
color: #424ABB;
}
</style>
background-color css
<style>
a { background-color: #424ABB; }
a { background-color: rgb(66,74,187); }
div.DivClassName
{
background-color: #424ABB;
}
.BgClassName
{
background-color: #424ABB;
}
</style>
border-color css
<style>
span { border-color: #424ABB; }
span { border-color: rgb(66,74,187); }
td.TdClassName
{
border-color: #424ABB;
}
.TagClassName
{
border-color: #424ABB;
}
</style>