Shades of Free Speech Blue #424FBC
Tints of Free Speech Blue #424FBC
RGB
CMYK
RGB Variations
Color information
#424FBC (or 0x424FBC) is known color: Free Speech Blue. HEX triplet: 42, 4F and BC. RGB value is (66,79,188). Sum of RGB (Red+Green+Blue) = 66+79+188=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #424FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FBC is #BDB043. Grayscale: #575757. Windows color (decimal): -12431428 or 12341058. OLE color: 12341058.
HSL color Cylindrical-coordinate representation of color #424FBC: hue angle of 233.61º 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 #424FBC is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 79 | 188 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.26 |
| HSL | 233.61º | 0.48% | 0.5% | - |
| HSV(B) | 233.61º | 0.65% | 0.74% | - |
| XYZ | 14.12 | 10.38 | 48.84 | - |
| YUV | 87.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 188 | 0.65 | 0.58 | 0 | 0.26 | 233.61 | 0.48 | 0.5 |
| Hex | 42 | 4F | BC | 41 | 3A | 0 | 1A | EA | 30 | 32 |
| Octal | 102 | 117 | 274 | 101 | 72 | 0 | 32 | 352 | 60 | 62 |
| Binary | 1000010 | 1001111 | 10111100 | 1000001 | 111010 | 0 | 11010 | 11101010 | 110000 | 110010 |
Color Harmonies of #424FBC
Complementary color
Monochromatic Colors of #424FBC
Black with #424FBC
Text Example
Text Example
White with #424FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424FBC; }
p { color: rgb(66,79,188); }
H1.HeaderClassName
{
color: #424FBC;
}
.AnyTagClassName
{
color: #424FBC;
}
</style>
background-color css
<style>
a { background-color: #424FBC; }
a { background-color: rgb(66,79,188); }
div.DivClassName
{
background-color: #424FBC;
}
.BgClassName
{
background-color: #424FBC;
}
</style>
border-color css
<style>
span { border-color: #424FBC; }
span { border-color: rgb(66,79,188); }
td.TdClassName
{
border-color: #424FBC;
}
.TagClassName
{
border-color: #424FBC;
}
</style>