Shades of Free Speech Blue #424BBF
Tints of Free Speech Blue #424BBF
RGB
CMYK
RGB Variations
Color information
#424BBF (or 0x424BBF) is known color: Free Speech Blue. HEX triplet: 42, 4B and BF. RGB value is (66,75,191). Sum of RGB (Red+Green+Blue) = 66+75+191=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #424BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BBF is #BDB440. Grayscale: #555555. Windows color (decimal): -12432449 or 12536642. OLE color: 12536642.
HSL color Cylindrical-coordinate representation of color #424BBF: hue angle of 235.68º 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 #424BBF is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 75 | 191 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.25 |
| HSL | 235.68º | 0.49% | 0.5% | - |
| HSV(B) | 235.68º | 0.65% | 0.75% | - |
| XYZ | 14.17 | 9.95 | 50.46 | - |
| YUV | 85.53 | 187.52 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 191 | 0.65 | 0.61 | 0 | 0.25 | 235.68 | 0.49 | 0.5 |
| Hex | 42 | 4B | BF | 41 | 3D | 0 | 19 | EC | 31 | 32 |
| Octal | 102 | 113 | 277 | 101 | 75 | 0 | 31 | 354 | 61 | 62 |
| Binary | 1000010 | 1001011 | 10111111 | 1000001 | 111101 | 0 | 11001 | 11101100 | 110001 | 110010 |
Color Harmonies of #424BBF
Complementary color
Monochromatic Colors of #424BBF
Black with #424BBF
Text Example
Text Example
White with #424BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424BBF; }
p { color: rgb(66,75,191); }
H1.HeaderClassName
{
color: #424BBF;
}
.AnyTagClassName
{
color: #424BBF;
}
</style>
background-color css
<style>
a { background-color: #424BBF; }
a { background-color: rgb(66,75,191); }
div.DivClassName
{
background-color: #424BBF;
}
.BgClassName
{
background-color: #424BBF;
}
</style>
border-color css
<style>
span { border-color: #424BBF; }
span { border-color: rgb(66,75,191); }
td.TdClassName
{
border-color: #424BBF;
}
.TagClassName
{
border-color: #424BBF;
}
</style>