Shades of Free Speech Blue #4251BD
Tints of Free Speech Blue #4251BD
RGB
CMYK
RGB Variations
Color information
#4251BD (or 0x4251BD) is known color: Free Speech Blue. HEX triplet: 42, 51 and BD. RGB value is (66,81,189). Sum of RGB (Red+Green+Blue) = 66+81+189=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #4251BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4251BD is #BDAE42. Grayscale: #585858. Windows color (decimal): -12430915 or 12407106. OLE color: 12407106.
HSL color Cylindrical-coordinate representation of color #4251BD: hue angle of 232.68º 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 #4251BD is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 81 | 189 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.26 |
| HSL | 232.68º | 0.48% | 0.5% | - |
| HSV(B) | 232.68º | 0.65% | 0.74% | - |
| XYZ | 14.37 | 10.72 | 49.46 | - |
| YUV | 88.83 | 184.53 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 189 | 0.65 | 0.57 | 0 | 0.26 | 232.68 | 0.48 | 0.5 |
| Hex | 42 | 51 | BD | 41 | 39 | 0 | 1A | E9 | 30 | 32 |
| Octal | 102 | 121 | 275 | 101 | 71 | 0 | 32 | 351 | 60 | 62 |
| Binary | 1000010 | 1010001 | 10111101 | 1000001 | 111001 | 0 | 11010 | 11101001 | 110000 | 110010 |
Color Harmonies of #4251BD
Complementary color
Monochromatic Colors of #4251BD
Black with #4251BD
Text Example
Text Example
White with #4251BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4251BD; }
p { color: rgb(66,81,189); }
H1.HeaderClassName
{
color: #4251BD;
}
.AnyTagClassName
{
color: #4251BD;
}
</style>
background-color css
<style>
a { background-color: #4251BD; }
a { background-color: rgb(66,81,189); }
div.DivClassName
{
background-color: #4251BD;
}
.BgClassName
{
background-color: #4251BD;
}
</style>
border-color css
<style>
span { border-color: #4251BD; }
span { border-color: rgb(66,81,189); }
td.TdClassName
{
border-color: #4251BD;
}
.TagClassName
{
border-color: #4251BD;
}
</style>