Shades of Free Speech Blue #4150D8
Tints of Free Speech Blue #4150D8
RGB
CMYK
RGB Variations
Color information
#4150D8 (or 0x4150D8) is known color: Free Speech Blue. HEX triplet: 41, 50 and D8. RGB value is (65,80,216). Sum of RGB (Red+Green+Blue) = 65+80+216=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 216 (84.77% from 255 or 59.83% from 361); Max value from RGB is 216 - color contains mainly: blue. Hex color #4150D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150D8 is #BEAF27. Grayscale: #5A5A5A. Windows color (decimal): -12496680 or 14176321. OLE color: 14176321.
HSL color Cylindrical-coordinate representation of color #4150D8: hue angle of 234.04º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4150D8 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 80 | 216 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.15 |
| HSL | 234.04º | 0.66% | 0.55% | - |
| HSV(B) | 234.04º | 0.7% | 0.85% | - |
| XYZ | 17.44 | 11.82 | 66.33 | - |
| YUV | 91.02 | 198.53 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 216 | 0.70 | 0.63 | 0 | 0.15 | 234.04 | 0.66 | 0.55 |
| Hex | 41 | 50 | D8 | 46 | 3F | 0 | F | EA | 42 | 37 |
| Octal | 101 | 120 | 330 | 106 | 77 | 0 | 17 | 352 | 102 | 67 |
| Binary | 1000001 | 1010000 | 11011000 | 1000110 | 111111 | 0 | 1111 | 11101010 | 1000010 | 110111 |
Color Harmonies of #4150D8
Complementary color
Monochromatic Colors of #4150D8
Black with #4150D8
Text Example
Text Example
White with #4150D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4150D8; }
p { color: rgb(65,80,216); }
H1.HeaderClassName
{
color: #4150D8;
}
.AnyTagClassName
{
color: #4150D8;
}
</style>
background-color css
<style>
a { background-color: #4150D8; }
a { background-color: rgb(65,80,216); }
div.DivClassName
{
background-color: #4150D8;
}
.BgClassName
{
background-color: #4150D8;
}
</style>
border-color css
<style>
span { border-color: #4150D8; }
span { border-color: rgb(65,80,216); }
td.TdClassName
{
border-color: #4150D8;
}
.TagClassName
{
border-color: #4150D8;
}
</style>