Shades of Free Speech Blue #4256CC
Tints of Free Speech Blue #4256CC
RGB
CMYK
RGB Variations
Color information
#4256CC (or 0x4256CC) is known color: Free Speech Blue. HEX triplet: 42, 56 and CC. RGB value is (66,86,204). Sum of RGB (Red+Green+Blue) = 66+86+204=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #4256CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4256CC is #BDA933. Grayscale: #5C5C5C. Windows color (decimal): -12429620 or 13391426. OLE color: 13391426.
HSL color Cylindrical-coordinate representation of color #4256CC: hue angle of 231.3º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4256CC is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 86 | 204 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.2 |
| HSL | 231.3º | 0.58% | 0.53% | - |
| HSV(B) | 231.3º | 0.68% | 0.8% | - |
| XYZ | 16.47 | 12.17 | 58.61 | - |
| YUV | 93.47 | 190.37 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 204 | 0.68 | 0.58 | 0 | 0.2 | 231.3 | 0.58 | 0.53 |
| Hex | 42 | 56 | CC | 44 | 3A | 0 | 14 | E7 | 3A | 35 |
| Octal | 102 | 126 | 314 | 104 | 72 | 0 | 24 | 347 | 72 | 65 |
| Binary | 1000010 | 1010110 | 11001100 | 1000100 | 111010 | 0 | 10100 | 11100111 | 111010 | 110101 |
Color Harmonies of #4256CC
Complementary color
Monochromatic Colors of #4256CC
Black with #4256CC
Text Example
Text Example
White with #4256CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4256CC; }
p { color: rgb(66,86,204); }
H1.HeaderClassName
{
color: #4256CC;
}
.AnyTagClassName
{
color: #4256CC;
}
</style>
background-color css
<style>
a { background-color: #4256CC; }
a { background-color: rgb(66,86,204); }
div.DivClassName
{
background-color: #4256CC;
}
.BgClassName
{
background-color: #4256CC;
}
</style>
border-color css
<style>
span { border-color: #4256CC; }
span { border-color: rgb(66,86,204); }
td.TdClassName
{
border-color: #4256CC;
}
.TagClassName
{
border-color: #4256CC;
}
</style>