Shades of Free Speech Blue #4151DC
Tints of Free Speech Blue #4151DC
RGB
CMYK
RGB Variations
Color information
#4151DC (or 0x4151DC) is known color: Free Speech Blue. HEX triplet: 41, 51 and DC. RGB value is (65,81,220). Sum of RGB (Red+Green+Blue) = 65+81+220=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #4151DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4151DC is #BEAE23. Grayscale: #5B5B5B. Windows color (decimal): -12496420 or 14438721. OLE color: 14438721.
HSL color Cylindrical-coordinate representation of color #4151DC: hue angle of 233.81º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4151DC is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 81 | 220 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.14 |
| HSL | 233.81º | 0.69% | 0.56% | - |
| HSV(B) | 233.81º | 0.7% | 0.86% | - |
| XYZ | 18.04 | 12.18 | 69.11 | - |
| YUV | 92.06 | 200.2 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 220 | 0.70 | 0.63 | 0 | 0.14 | 233.81 | 0.69 | 0.56 |
| Hex | 41 | 51 | DC | 46 | 3F | 0 | E | EA | 45 | 38 |
| Octal | 101 | 121 | 334 | 106 | 77 | 0 | 16 | 352 | 105 | 70 |
| Binary | 1000001 | 1010001 | 11011100 | 1000110 | 111111 | 0 | 1110 | 11101010 | 1000101 | 111000 |
Color Harmonies of #4151DC
Complementary color
Monochromatic Colors of #4151DC
Black with #4151DC
Text Example
Text Example
White with #4151DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4151DC; }
p { color: rgb(65,81,220); }
H1.HeaderClassName
{
color: #4151DC;
}
.AnyTagClassName
{
color: #4151DC;
}
</style>
background-color css
<style>
a { background-color: #4151DC; }
a { background-color: rgb(65,81,220); }
div.DivClassName
{
background-color: #4151DC;
}
.BgClassName
{
background-color: #4151DC;
}
</style>
border-color css
<style>
span { border-color: #4151DC; }
span { border-color: rgb(65,81,220); }
td.TdClassName
{
border-color: #4151DC;
}
.TagClassName
{
border-color: #4151DC;
}
</style>