Shades of Free Speech Blue #426CC0
Tints of Free Speech Blue #426CC0
RGB
CMYK
RGB Variations
Color information
#426CC0 (or 0x426CC0) is known color: Free Speech Blue. HEX triplet: 42, 6C and C0. RGB value is (66,108,192). Sum of RGB (Red+Green+Blue) = 66+108+192=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #426CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CC0 is #BD933F. Grayscale: #686868. Windows color (decimal): -12424000 or 12610626. OLE color: 12610626.
HSL color Cylindrical-coordinate representation of color #426CC0: hue angle of 220º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #426CC0 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 108 | 192 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.25 |
| HSL | 220º | 0.5% | 0.51% | - |
| HSV(B) | 220º | 0.66% | 0.75% | - |
| XYZ | 17.12 | 15.69 | 51.99 | - |
| YUV | 105.02 | 177.09 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 192 | 0.66 | 0.44 | 0 | 0.25 | 220 | 0.5 | 0.51 |
| Hex | 42 | 6C | C0 | 42 | 2C | 0 | 19 | DC | 32 | 33 |
| Octal | 102 | 154 | 300 | 102 | 54 | 0 | 31 | 334 | 62 | 63 |
| Binary | 1000010 | 1101100 | 11000000 | 1000010 | 101100 | 0 | 11001 | 11011100 | 110010 | 110011 |
Color Harmonies of #426CC0
Complementary color
Monochromatic Colors of #426CC0
Black with #426CC0
Text Example
Text Example
White with #426CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CC0; }
p { color: rgb(66,108,192); }
H1.HeaderClassName
{
color: #426CC0;
}
.AnyTagClassName
{
color: #426CC0;
}
</style>
background-color css
<style>
a { background-color: #426CC0; }
a { background-color: rgb(66,108,192); }
div.DivClassName
{
background-color: #426CC0;
}
.BgClassName
{
background-color: #426CC0;
}
</style>
border-color css
<style>
span { border-color: #426CC0; }
span { border-color: rgb(66,108,192); }
td.TdClassName
{
border-color: #426CC0;
}
.TagClassName
{
border-color: #426CC0;
}
</style>