Shades of Free Speech Blue #4251BC
Tints of Free Speech Blue #4251BC
RGB
CMYK
RGB Variations
Color information
#4251BC (or 0x4251BC) is known color: Free Speech Blue. HEX triplet: 42, 51 and BC. RGB value is (66,81,188). Sum of RGB (Red+Green+Blue) = 66+81+188=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #4251BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4251BC is #BDAE43. Grayscale: #585858. Windows color (decimal): -12430916 or 12341570. OLE color: 12341570.
HSL color Cylindrical-coordinate representation of color #4251BC: hue angle of 232.62º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4251BC is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 81 | 188 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.26 |
| HSL | 232.62º | 0.48% | 0.5% | - |
| HSV(B) | 232.62º | 0.65% | 0.74% | - |
| XYZ | 14.27 | 10.67 | 48.89 | - |
| YUV | 88.71 | 184.03 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 188 | 0.65 | 0.57 | 0 | 0.26 | 232.62 | 0.48 | 0.5 |
| Hex | 42 | 51 | BC | 41 | 39 | 0 | 1A | E9 | 30 | 32 |
| Octal | 102 | 121 | 274 | 101 | 71 | 0 | 32 | 351 | 60 | 62 |
| Binary | 1000010 | 1010001 | 10111100 | 1000001 | 111001 | 0 | 11010 | 11101001 | 110000 | 110010 |
Color Harmonies of #4251BC
Complementary color
Monochromatic Colors of #4251BC
Black with #4251BC
Text Example
Text Example
White with #4251BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4251BC; }
p { color: rgb(66,81,188); }
H1.HeaderClassName
{
color: #4251BC;
}
.AnyTagClassName
{
color: #4251BC;
}
</style>
background-color css
<style>
a { background-color: #4251BC; }
a { background-color: rgb(66,81,188); }
div.DivClassName
{
background-color: #4251BC;
}
.BgClassName
{
background-color: #4251BC;
}
</style>
border-color css
<style>
span { border-color: #4251BC; }
span { border-color: rgb(66,81,188); }
td.TdClassName
{
border-color: #4251BC;
}
.TagClassName
{
border-color: #4251BC;
}
</style>