Shades of Free Speech Blue #4255BA
Tints of Free Speech Blue #4255BA
RGB
CMYK
RGB Variations
Color information
#4255BA (or 0x4255BA) is known color: Free Speech Blue. HEX triplet: 42, 55 and BA. RGB value is (66,85,186). Sum of RGB (Red+Green+Blue) = 66+85+186=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #4255BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4255BA is #BDAA45. Grayscale: #5A5A5A. Windows color (decimal): -12429894 or 12211522. OLE color: 12211522.
HSL color Cylindrical-coordinate representation of color #4255BA: hue angle of 230.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4255BA is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 85 | 186 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.27 |
| HSL | 230.5º | 0.48% | 0.49% | - |
| HSV(B) | 230.5º | 0.65% | 0.73% | - |
| XYZ | 14.36 | 11.2 | 47.86 | - |
| YUV | 90.83 | 181.71 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 186 | 0.65 | 0.54 | 0 | 0.27 | 230.5 | 0.48 | 0.49 |
| Hex | 42 | 55 | BA | 41 | 36 | 0 | 1B | E6 | 30 | 31 |
| Octal | 102 | 125 | 272 | 101 | 66 | 0 | 33 | 346 | 60 | 61 |
| Binary | 1000010 | 1010101 | 10111010 | 1000001 | 110110 | 0 | 11011 | 11100110 | 110000 | 110001 |
Color Harmonies of #4255BA
Complementary color
Monochromatic Colors of #4255BA
Black with #4255BA
Text Example
Text Example
White with #4255BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4255BA; }
p { color: rgb(66,85,186); }
H1.HeaderClassName
{
color: #4255BA;
}
.AnyTagClassName
{
color: #4255BA;
}
</style>
background-color css
<style>
a { background-color: #4255BA; }
a { background-color: rgb(66,85,186); }
div.DivClassName
{
background-color: #4255BA;
}
.BgClassName
{
background-color: #4255BA;
}
</style>
border-color css
<style>
span { border-color: #4255BA; }
span { border-color: rgb(66,85,186); }
td.TdClassName
{
border-color: #4255BA;
}
.TagClassName
{
border-color: #4255BA;
}
</style>