Shades of Free Speech Blue #4247BA
Tints of Free Speech Blue #4247BA
RGB
CMYK
RGB Variations
Color information
#4247BA (or 0x4247BA) is known color: Free Speech Blue. HEX triplet: 42, 47 and BA. RGB value is (66,71,186). Sum of RGB (Red+Green+Blue) = 66+71+186=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #4247BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4247BA is #BDB845. Grayscale: #525252. Windows color (decimal): -12433478 or 12207938. OLE color: 12207938.
HSL color Cylindrical-coordinate representation of color #4247BA: hue angle of 237.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 #4247BA is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 71 | 186 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.27 |
| HSL | 237.5º | 0.48% | 0.49% | - |
| HSV(B) | 237.5º | 0.65% | 0.73% | - |
| XYZ | 13.36 | 9.21 | 47.53 | - |
| YUV | 82.62 | 186.34 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 186 | 0.65 | 0.62 | 0 | 0.27 | 237.5 | 0.48 | 0.49 |
| Hex | 42 | 47 | BA | 41 | 3E | 0 | 1B | EE | 30 | 31 |
| Octal | 102 | 107 | 272 | 101 | 76 | 0 | 33 | 356 | 60 | 61 |
| Binary | 1000010 | 1000111 | 10111010 | 1000001 | 111110 | 0 | 11011 | 11101110 | 110000 | 110001 |
Color Harmonies of #4247BA
Complementary color
Monochromatic Colors of #4247BA
Black with #4247BA
Text Example
Text Example
White with #4247BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4247BA; }
p { color: rgb(66,71,186); }
H1.HeaderClassName
{
color: #4247BA;
}
.AnyTagClassName
{
color: #4247BA;
}
</style>
background-color css
<style>
a { background-color: #4247BA; }
a { background-color: rgb(66,71,186); }
div.DivClassName
{
background-color: #4247BA;
}
.BgClassName
{
background-color: #4247BA;
}
</style>
border-color css
<style>
span { border-color: #4247BA; }
span { border-color: rgb(66,71,186); }
td.TdClassName
{
border-color: #4247BA;
}
.TagClassName
{
border-color: #4247BA;
}
</style>