Shades of Free Speech Blue #4251B0
Tints of Free Speech Blue #4251B0
RGB
CMYK
RGB Variations
Color information
#4251B0 (or 0x4251B0) is known color: Free Speech Blue. HEX triplet: 42, 51 and B0. RGB value is (66,81,176). Sum of RGB (Red+Green+Blue) = 66+81+176=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 176 (69.14% from 255 or 54.49% from 323); Max value from RGB is 176 - color contains mainly: blue. Hex color #4251B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4251B0 is #BDAE4F. Grayscale: #565656. Windows color (decimal): -12430928 or 11555138. OLE color: 11555138.
HSL color Cylindrical-coordinate representation of color #4251B0: hue angle of 231.82º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4251B0 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 81 | 176 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.31 |
| HSL | 231.82º | 0.45% | 0.47% | - |
| HSV(B) | 231.82º | 0.63% | 0.69% | - |
| XYZ | 13.03 | 10.18 | 42.35 | - |
| YUV | 87.35 | 178.03 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 176 | 0.62 | 0.54 | 0 | 0.31 | 231.82 | 0.45 | 0.47 |
| Hex | 42 | 51 | B0 | 3E | 36 | 0 | 1F | E8 | 2D | 2F |
| Octal | 102 | 121 | 260 | 76 | 66 | 0 | 37 | 350 | 55 | 57 |
| Binary | 1000010 | 1010001 | 10110000 | 111110 | 110110 | 0 | 11111 | 11101000 | 101101 | 101111 |
Color Harmonies of #4251B0
Complementary color
Monochromatic Colors of #4251B0
Black with #4251B0
Text Example
Text Example
White with #4251B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4251B0; }
p { color: rgb(66,81,176); }
H1.HeaderClassName
{
color: #4251B0;
}
.AnyTagClassName
{
color: #4251B0;
}
</style>
background-color css
<style>
a { background-color: #4251B0; }
a { background-color: rgb(66,81,176); }
div.DivClassName
{
background-color: #4251B0;
}
.BgClassName
{
background-color: #4251B0;
}
</style>
border-color css
<style>
span { border-color: #4251B0; }
span { border-color: rgb(66,81,176); }
td.TdClassName
{
border-color: #4251B0;
}
.TagClassName
{
border-color: #4251B0;
}
</style>