Shades of Free Speech Blue #426CC4
Tints of Free Speech Blue #426CC4
RGB
CMYK
RGB Variations
Color information
#426CC4 (or 0x426CC4) is known color: Free Speech Blue. HEX triplet: 42, 6C and C4. RGB value is (66,108,196). Sum of RGB (Red+Green+Blue) = 66+108+196=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 196 (76.95% from 255 or 52.97% from 370); Max value from RGB is 196 - color contains mainly: blue. Hex color #426CC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CC4 is #BD933B. Grayscale: #696969. Windows color (decimal): -12423996 or 12872770. OLE color: 12872770.
HSL color Cylindrical-coordinate representation of color #426CC4: hue angle of 220.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #426CC4 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 108 | 196 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.23 |
| HSL | 220.62º | 0.52% | 0.51% | - |
| HSV(B) | 220.62º | 0.66% | 0.77% | - |
| XYZ | 17.57 | 15.87 | 54.36 | - |
| YUV | 105.47 | 179.09 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 196 | 0.66 | 0.45 | 0 | 0.23 | 220.62 | 0.52 | 0.51 |
| Hex | 42 | 6C | C4 | 42 | 2D | 0 | 17 | DD | 34 | 33 |
| Octal | 102 | 154 | 304 | 102 | 55 | 0 | 27 | 335 | 64 | 63 |
| Binary | 1000010 | 1101100 | 11000100 | 1000010 | 101101 | 0 | 10111 | 11011101 | 110100 | 110011 |
Color Harmonies of #426CC4
Complementary color
Monochromatic Colors of #426CC4
Black with #426CC4
Text Example
Text Example
White with #426CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CC4; }
p { color: rgb(66,108,196); }
H1.HeaderClassName
{
color: #426CC4;
}
.AnyTagClassName
{
color: #426CC4;
}
</style>
background-color css
<style>
a { background-color: #426CC4; }
a { background-color: rgb(66,108,196); }
div.DivClassName
{
background-color: #426CC4;
}
.BgClassName
{
background-color: #426CC4;
}
</style>
border-color css
<style>
span { border-color: #426CC4; }
span { border-color: rgb(66,108,196); }
td.TdClassName
{
border-color: #426CC4;
}
.TagClassName
{
border-color: #426CC4;
}
</style>