Shades of Free Speech Blue #4246CB
Tints of Free Speech Blue #4246CB
RGB
CMYK
RGB Variations
Color information
#4246CB (or 0x4246CB) is known color: Free Speech Blue. HEX triplet: 42, 46 and CB. RGB value is (66,70,203). Sum of RGB (Red+Green+Blue) = 66+70+203=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #4246CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4246CB is #BDB934. Grayscale: #535353. Windows color (decimal): -12433717 or 13321794. OLE color: 13321794.
HSL color Cylindrical-coordinate representation of color #4246CB: hue angle of 238.25º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4246CB is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 70 | 203 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.20 |
| HSL | 238.25º | 0.57% | 0.53% | - |
| HSV(B) | 238.25º | 0.67% | 0.8% | - |
| XYZ | 15.22 | 9.85 | 57.6 | - |
| YUV | 83.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 203 | 0.67 | 0.66 | 0 | 0.20 | 238.25 | 0.57 | 0.53 |
| Hex | 42 | 46 | CB | 43 | 42 | 0 | 14 | EE | 39 | 35 |
| Octal | 102 | 106 | 313 | 103 | 102 | 0 | 24 | 356 | 71 | 65 |
| Binary | 1000010 | 1000110 | 11001011 | 1000011 | 1000010 | 0 | 10100 | 11101110 | 111001 | 110101 |
Color Harmonies of #4246CB
Complementary color
Monochromatic Colors of #4246CB
Black with #4246CB
Text Example
Text Example
White with #4246CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4246CB; }
p { color: rgb(66,70,203); }
H1.HeaderClassName
{
color: #4246CB;
}
.AnyTagClassName
{
color: #4246CB;
}
</style>
background-color css
<style>
a { background-color: #4246CB; }
a { background-color: rgb(66,70,203); }
div.DivClassName
{
background-color: #4246CB;
}
.BgClassName
{
background-color: #4246CB;
}
</style>
border-color css
<style>
span { border-color: #4246CB; }
span { border-color: rgb(66,70,203); }
td.TdClassName
{
border-color: #4246CB;
}
.TagClassName
{
border-color: #4246CB;
}
</style>