Shades of Free Speech Blue #424ABC
Tints of Free Speech Blue #424ABC
RGB
CMYK
RGB Variations
Color information
#424ABC (or 0x424ABC) is known color: Free Speech Blue. HEX triplet: 42, 4A and BC. RGB value is (66,74,188). Sum of RGB (Red+Green+Blue) = 66+74+188=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #424ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424ABC is #BDB543. Grayscale: #545454. Windows color (decimal): -12432708 or 12339778. OLE color: 12339778.
HSL color Cylindrical-coordinate representation of color #424ABC: hue angle of 236.07º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424ABC is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 74 | 188 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.26 |
| HSL | 236.07º | 0.48% | 0.5% | - |
| HSV(B) | 236.07º | 0.65% | 0.74% | - |
| XYZ | 13.77 | 9.69 | 48.72 | - |
| YUV | 84.6 | 186.35 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 188 | 0.65 | 0.61 | 0 | 0.26 | 236.07 | 0.48 | 0.5 |
| Hex | 42 | 4A | BC | 41 | 3D | 0 | 1A | EC | 30 | 32 |
| Octal | 102 | 112 | 274 | 101 | 75 | 0 | 32 | 354 | 60 | 62 |
| Binary | 1000010 | 1001010 | 10111100 | 1000001 | 111101 | 0 | 11010 | 11101100 | 110000 | 110010 |
Color Harmonies of #424ABC
Complementary color
Monochromatic Colors of #424ABC
Black with #424ABC
Text Example
Text Example
White with #424ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424ABC; }
p { color: rgb(66,74,188); }
H1.HeaderClassName
{
color: #424ABC;
}
.AnyTagClassName
{
color: #424ABC;
}
</style>
background-color css
<style>
a { background-color: #424ABC; }
a { background-color: rgb(66,74,188); }
div.DivClassName
{
background-color: #424ABC;
}
.BgClassName
{
background-color: #424ABC;
}
</style>
border-color css
<style>
span { border-color: #424ABC; }
span { border-color: rgb(66,74,188); }
td.TdClassName
{
border-color: #424ABC;
}
.TagClassName
{
border-color: #424ABC;
}
</style>