Shades of Free Speech Blue #4259B4
Tints of Free Speech Blue #4259B4
RGB
CMYK
RGB Variations
Color information
#4259B4 (or 0x4259B4) is known color: Free Speech Blue. HEX triplet: 42, 59 and B4. RGB value is (66,89,180). Sum of RGB (Red+Green+Blue) = 66+89+180=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 180 (70.70% from 255 or 53.73% from 335); Max value from RGB is 180 - color contains mainly: blue. Hex color #4259B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4259B4 is #BDA64B. Grayscale: #5C5C5C. Windows color (decimal): -12428876 or 11819330. OLE color: 11819330.
HSL color Cylindrical-coordinate representation of color #4259B4: hue angle of 227.89º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4259B4 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 89 | 180 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.29 |
| HSL | 227.89º | 0.46% | 0.48% | - |
| HSV(B) | 227.89º | 0.63% | 0.71% | - |
| XYZ | 14.06 | 11.6 | 44.68 | - |
| YUV | 92.5 | 177.38 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 180 | 0.63 | 0.51 | 0 | 0.29 | 227.89 | 0.46 | 0.48 |
| Hex | 42 | 59 | B4 | 3F | 33 | 0 | 1D | E4 | 2E | 30 |
| Octal | 102 | 131 | 264 | 77 | 63 | 0 | 35 | 344 | 56 | 60 |
| Binary | 1000010 | 1011001 | 10110100 | 111111 | 110011 | 0 | 11101 | 11100100 | 101110 | 110000 |
Color Harmonies of #4259B4
Complementary color
Monochromatic Colors of #4259B4
Black with #4259B4
Text Example
Text Example
White with #4259B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4259B4; }
p { color: rgb(66,89,180); }
H1.HeaderClassName
{
color: #4259B4;
}
.AnyTagClassName
{
color: #4259B4;
}
</style>
background-color css
<style>
a { background-color: #4259B4; }
a { background-color: rgb(66,89,180); }
div.DivClassName
{
background-color: #4259B4;
}
.BgClassName
{
background-color: #4259B4;
}
</style>
border-color css
<style>
span { border-color: #4259B4; }
span { border-color: rgb(66,89,180); }
td.TdClassName
{
border-color: #4259B4;
}
.TagClassName
{
border-color: #4259B4;
}
</style>