Shades of Free Speech Blue #4151CC
Tints of Free Speech Blue #4151CC
RGB
CMYK
RGB Variations
Color information
#4151CC (or 0x4151CC) is known color: Free Speech Blue. HEX triplet: 41, 51 and CC. RGB value is (65,81,204). Sum of RGB (Red+Green+Blue) = 65+81+204=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #4151CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4151CC is #BEAE33. Grayscale: #595959. Windows color (decimal): -12496436 or 13390145. OLE color: 13390145.
HSL color Cylindrical-coordinate representation of color #4151CC: hue angle of 233.09º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4151CC is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 81 | 204 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.2 |
| HSL | 233.09º | 0.58% | 0.53% | - |
| HSV(B) | 233.09º | 0.68% | 0.8% | - |
| XYZ | 16.02 | 11.37 | 58.48 | - |
| YUV | 90.24 | 192.2 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 204 | 0.68 | 0.60 | 0 | 0.2 | 233.09 | 0.58 | 0.53 |
| Hex | 41 | 51 | CC | 44 | 3C | 0 | 14 | E9 | 3A | 35 |
| Octal | 101 | 121 | 314 | 104 | 74 | 0 | 24 | 351 | 72 | 65 |
| Binary | 1000001 | 1010001 | 11001100 | 1000100 | 111100 | 0 | 10100 | 11101001 | 111010 | 110101 |
Color Harmonies of #4151CC
Complementary color
Monochromatic Colors of #4151CC
Black with #4151CC
Text Example
Text Example
White with #4151CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4151CC; }
p { color: rgb(65,81,204); }
H1.HeaderClassName
{
color: #4151CC;
}
.AnyTagClassName
{
color: #4151CC;
}
</style>
background-color css
<style>
a { background-color: #4151CC; }
a { background-color: rgb(65,81,204); }
div.DivClassName
{
background-color: #4151CC;
}
.BgClassName
{
background-color: #4151CC;
}
</style>
border-color css
<style>
span { border-color: #4151CC; }
span { border-color: rgb(65,81,204); }
td.TdClassName
{
border-color: #4151CC;
}
.TagClassName
{
border-color: #4151CC;
}
</style>