Shades of Free Speech Blue #4259CC
Tints of Free Speech Blue #4259CC
RGB
CMYK
RGB Variations
Color information
#4259CC (or 0x4259CC) is known color: Free Speech Blue. HEX triplet: 42, 59 and CC. RGB value is (66,89,204). Sum of RGB (Red+Green+Blue) = 66+89+204=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #4259CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4259CC is #BDA633. Grayscale: #5E5E5E. Windows color (decimal): -12428852 or 13392194. OLE color: 13392194.
HSL color Cylindrical-coordinate representation of color #4259CC: hue angle of 230º 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 #4259CC is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 89 | 204 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.2 |
| HSL | 230º | 0.58% | 0.53% | - |
| HSV(B) | 230º | 0.68% | 0.8% | - |
| XYZ | 16.72 | 12.66 | 58.69 | - |
| YUV | 95.23 | 189.38 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 204 | 0.68 | 0.56 | 0 | 0.2 | 230 | 0.58 | 0.53 |
| Hex | 42 | 59 | CC | 44 | 38 | 0 | 14 | E6 | 3A | 35 |
| Octal | 102 | 131 | 314 | 104 | 70 | 0 | 24 | 346 | 72 | 65 |
| Binary | 1000010 | 1011001 | 11001100 | 1000100 | 111000 | 0 | 10100 | 11100110 | 111010 | 110101 |
Color Harmonies of #4259CC
Complementary color
Monochromatic Colors of #4259CC
Black with #4259CC
Text Example
Text Example
White with #4259CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4259CC; }
p { color: rgb(66,89,204); }
H1.HeaderClassName
{
color: #4259CC;
}
.AnyTagClassName
{
color: #4259CC;
}
</style>
background-color css
<style>
a { background-color: #4259CC; }
a { background-color: rgb(66,89,204); }
div.DivClassName
{
background-color: #4259CC;
}
.BgClassName
{
background-color: #4259CC;
}
</style>
border-color css
<style>
span { border-color: #4259CC; }
span { border-color: rgb(66,89,204); }
td.TdClassName
{
border-color: #4259CC;
}
.TagClassName
{
border-color: #4259CC;
}
</style>