Shades of Free Speech Blue #424ABE
Tints of Free Speech Blue #424ABE
RGB
CMYK
RGB Variations
Color information
#424ABE (or 0x424ABE) is known color: Free Speech Blue. HEX triplet: 42, 4A and BE. RGB value is (66,74,190). Sum of RGB (Red+Green+Blue) = 66+74+190=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #424ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424ABE is #BDB541. Grayscale: #545454. Windows color (decimal): -12432706 or 12470850. OLE color: 12470850.
HSL color Cylindrical-coordinate representation of color #424ABE: hue angle of 236.13º 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 #424ABE is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 74 | 190 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.25 |
| HSL | 236.13º | 0.49% | 0.5% | - |
| HSV(B) | 236.13º | 0.65% | 0.75% | - |
| XYZ | 13.99 | 9.77 | 49.86 | - |
| YUV | 84.83 | 187.35 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 190 | 0.65 | 0.61 | 0 | 0.25 | 236.13 | 0.49 | 0.5 |
| Hex | 42 | 4A | BE | 41 | 3D | 0 | 19 | EC | 31 | 32 |
| Octal | 102 | 112 | 276 | 101 | 75 | 0 | 31 | 354 | 61 | 62 |
| Binary | 1000010 | 1001010 | 10111110 | 1000001 | 111101 | 0 | 11001 | 11101100 | 110001 | 110010 |
Color Harmonies of #424ABE
Complementary color
Monochromatic Colors of #424ABE
Black with #424ABE
Text Example
Text Example
White with #424ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424ABE; }
p { color: rgb(66,74,190); }
H1.HeaderClassName
{
color: #424ABE;
}
.AnyTagClassName
{
color: #424ABE;
}
</style>
background-color css
<style>
a { background-color: #424ABE; }
a { background-color: rgb(66,74,190); }
div.DivClassName
{
background-color: #424ABE;
}
.BgClassName
{
background-color: #424ABE;
}
</style>
border-color css
<style>
span { border-color: #424ABE; }
span { border-color: rgb(66,74,190); }
td.TdClassName
{
border-color: #424ABE;
}
.TagClassName
{
border-color: #424ABE;
}
</style>