Shades of Free Speech Blue #4256DB
Tints of Free Speech Blue #4256DB
RGB
CMYK
RGB Variations
Color information
#4256DB (or 0x4256DB) is known color: Free Speech Blue. HEX triplet: 42, 56 and DB. RGB value is (66,86,219). Sum of RGB (Red+Green+Blue) = 66+86+219=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #4256DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4256DB is #BDA924. Grayscale: #5E5E5E. Windows color (decimal): -12429605 or 14374466. OLE color: 14374466.
HSL color Cylindrical-coordinate representation of color #4256DB: hue angle of 232.16º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4256DB is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 86 | 219 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.14 |
| HSL | 232.16º | 0.68% | 0.56% | - |
| HSV(B) | 232.16º | 0.7% | 0.86% | - |
| XYZ | 18.36 | 12.93 | 68.55 | - |
| YUV | 95.18 | 197.87 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 219 | 0.70 | 0.61 | 0 | 0.14 | 232.16 | 0.68 | 0.56 |
| Hex | 42 | 56 | DB | 46 | 3D | 0 | E | E8 | 44 | 38 |
| Octal | 102 | 126 | 333 | 106 | 75 | 0 | 16 | 350 | 104 | 70 |
| Binary | 1000010 | 1010110 | 11011011 | 1000110 | 111101 | 0 | 1110 | 11101000 | 1000100 | 111000 |
Color Harmonies of #4256DB
Complementary color
Monochromatic Colors of #4256DB
Black with #4256DB
Text Example
Text Example
White with #4256DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4256DB; }
p { color: rgb(66,86,219); }
H1.HeaderClassName
{
color: #4256DB;
}
.AnyTagClassName
{
color: #4256DB;
}
</style>
background-color css
<style>
a { background-color: #4256DB; }
a { background-color: rgb(66,86,219); }
div.DivClassName
{
background-color: #4256DB;
}
.BgClassName
{
background-color: #4256DB;
}
</style>
border-color css
<style>
span { border-color: #4256DB; }
span { border-color: rgb(66,86,219); }
td.TdClassName
{
border-color: #4256DB;
}
.TagClassName
{
border-color: #4256DB;
}
</style>