Shades of Free Speech Blue #4256C2
Tints of Free Speech Blue #4256C2
RGB
CMYK
RGB Variations
Color information
#4256C2 (or 0x4256C2) is known color: Free Speech Blue. HEX triplet: 42, 56 and C2. RGB value is (66,86,194). Sum of RGB (Red+Green+Blue) = 66+86+194=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 194 (76.17% from 255 or 56.07% from 346); Max value from RGB is 194 - color contains mainly: blue. Hex color #4256C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4256C2 is #BDA93D. Grayscale: #5B5B5B. Windows color (decimal): -12429630 or 12736066. OLE color: 12736066.
HSL color Cylindrical-coordinate representation of color #4256C2: hue angle of 230.62º 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 #4256C2 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 86 | 194 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.24 |
| HSL | 230.63º | 0.51% | 0.51% | - |
| HSV(B) | 230.63º | 0.66% | 0.76% | - |
| XYZ | 15.31 | 11.71 | 52.49 | - |
| YUV | 92.33 | 185.37 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 194 | 0.66 | 0.56 | 0 | 0.24 | 230.63 | 0.51 | 0.51 |
| Hex | 42 | 56 | C2 | 42 | 38 | 0 | 18 | E7 | 33 | 33 |
| Octal | 102 | 126 | 302 | 102 | 70 | 0 | 30 | 347 | 63 | 63 |
| Binary | 1000010 | 1010110 | 11000010 | 1000010 | 111000 | 0 | 11000 | 11100111 | 110011 | 110011 |
Color Harmonies of #4256C2
Complementary color
Monochromatic Colors of #4256C2
Black with #4256C2
Text Example
Text Example
White with #4256C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4256C2; }
p { color: rgb(66,86,194); }
H1.HeaderClassName
{
color: #4256C2;
}
.AnyTagClassName
{
color: #4256C2;
}
</style>
background-color css
<style>
a { background-color: #4256C2; }
a { background-color: rgb(66,86,194); }
div.DivClassName
{
background-color: #4256C2;
}
.BgClassName
{
background-color: #4256C2;
}
</style>
border-color css
<style>
span { border-color: #4256C2; }
span { border-color: rgb(66,86,194); }
td.TdClassName
{
border-color: #4256C2;
}
.TagClassName
{
border-color: #4256C2;
}
</style>