Shades of Free Speech Blue #4247B4
Tints of Free Speech Blue #4247B4
RGB
CMYK
RGB Variations
Color information
#4247B4 (or 0x4247B4) is known color: Free Speech Blue. HEX triplet: 42, 47 and B4. RGB value is (66,71,180). Sum of RGB (Red+Green+Blue) = 66+71+180=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 180 (70.70% from 255 or 56.78% from 317); Max value from RGB is 180 - color contains mainly: blue. Hex color #4247B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4247B4 is #BDB84B. Grayscale: #515151. Windows color (decimal): -12433484 or 11814722. OLE color: 11814722.
HSL color Cylindrical-coordinate representation of color #4247B4: hue angle of 237.37º 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 #4247B4 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 71 | 180 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.29 |
| HSL | 237.37º | 0.46% | 0.48% | - |
| HSV(B) | 237.37º | 0.63% | 0.71% | - |
| XYZ | 12.74 | 8.96 | 44.24 | - |
| YUV | 81.93 | 183.34 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 180 | 0.63 | 0.61 | 0 | 0.29 | 237.37 | 0.46 | 0.48 |
| Hex | 42 | 47 | B4 | 3F | 3D | 0 | 1D | ED | 2E | 30 |
| Octal | 102 | 107 | 264 | 77 | 75 | 0 | 35 | 355 | 56 | 60 |
| Binary | 1000010 | 1000111 | 10110100 | 111111 | 111101 | 0 | 11101 | 11101101 | 101110 | 110000 |
Color Harmonies of #4247B4
Complementary color
Monochromatic Colors of #4247B4
Black with #4247B4
Text Example
Text Example
White with #4247B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4247B4; }
p { color: rgb(66,71,180); }
H1.HeaderClassName
{
color: #4247B4;
}
.AnyTagClassName
{
color: #4247B4;
}
</style>
background-color css
<style>
a { background-color: #4247B4; }
a { background-color: rgb(66,71,180); }
div.DivClassName
{
background-color: #4247B4;
}
.BgClassName
{
background-color: #4247B4;
}
</style>
border-color css
<style>
span { border-color: #4247B4; }
span { border-color: rgb(66,71,180); }
td.TdClassName
{
border-color: #4247B4;
}
.TagClassName
{
border-color: #4247B4;
}
</style>