Shades of Free Speech Blue #426CC1
Tints of Free Speech Blue #426CC1
RGB
CMYK
RGB Variations
Color information
#426CC1 (or 0x426CC1) is known color: Free Speech Blue. HEX triplet: 42, 6C and C1. RGB value is (66,108,193). Sum of RGB (Red+Green+Blue) = 66+108+193=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #426CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CC1 is #BD933E. Grayscale: #686868. Windows color (decimal): -12423999 or 12676162. OLE color: 12676162.
HSL color Cylindrical-coordinate representation of color #426CC1: hue angle of 220.16º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #426CC1 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 108 | 193 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.24 |
| HSL | 220.16º | 0.51% | 0.51% | - |
| HSV(B) | 220.16º | 0.66% | 0.76% | - |
| XYZ | 17.23 | 15.73 | 52.58 | - |
| YUV | 105.13 | 177.59 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 193 | 0.66 | 0.44 | 0 | 0.24 | 220.16 | 0.51 | 0.51 |
| Hex | 42 | 6C | C1 | 42 | 2C | 0 | 18 | DC | 33 | 33 |
| Octal | 102 | 154 | 301 | 102 | 54 | 0 | 30 | 334 | 63 | 63 |
| Binary | 1000010 | 1101100 | 11000001 | 1000010 | 101100 | 0 | 11000 | 11011100 | 110011 | 110011 |
Color Harmonies of #426CC1
Complementary color
Monochromatic Colors of #426CC1
Black with #426CC1
Text Example
Text Example
White with #426CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CC1; }
p { color: rgb(66,108,193); }
H1.HeaderClassName
{
color: #426CC1;
}
.AnyTagClassName
{
color: #426CC1;
}
</style>
background-color css
<style>
a { background-color: #426CC1; }
a { background-color: rgb(66,108,193); }
div.DivClassName
{
background-color: #426CC1;
}
.BgClassName
{
background-color: #426CC1;
}
</style>
border-color css
<style>
span { border-color: #426CC1; }
span { border-color: rgb(66,108,193); }
td.TdClassName
{
border-color: #426CC1;
}
.TagClassName
{
border-color: #426CC1;
}
</style>