Shades of Free Speech Blue #4150C4
Tints of Free Speech Blue #4150C4
RGB
CMYK
RGB Variations
Color information
#4150C4 (or 0x4150C4) is known color: Free Speech Blue. HEX triplet: 41, 50 and C4. RGB value is (65,80,196). Sum of RGB (Red+Green+Blue) = 65+80+196=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 196 (76.95% from 255 or 57.48% from 341); Max value from RGB is 196 - color contains mainly: blue. Hex color #4150C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150C4 is #BEAF3B. Grayscale: #585858. Windows color (decimal): -12496700 or 12865601. OLE color: 12865601.
HSL color Cylindrical-coordinate representation of color #4150C4: hue angle of 233.13º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4150C4 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 80 | 196 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.23 |
| HSL | 233.13º | 0.53% | 0.51% | - |
| HSV(B) | 233.13º | 0.67% | 0.77% | - |
| XYZ | 15.01 | 10.85 | 53.53 | - |
| YUV | 88.74 | 188.53 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 196 | 0.67 | 0.59 | 0 | 0.23 | 233.13 | 0.53 | 0.51 |
| Hex | 41 | 50 | C4 | 43 | 3B | 0 | 17 | E9 | 35 | 33 |
| Octal | 101 | 120 | 304 | 103 | 73 | 0 | 27 | 351 | 65 | 63 |
| Binary | 1000001 | 1010000 | 11000100 | 1000011 | 111011 | 0 | 10111 | 11101001 | 110101 | 110011 |
Color Harmonies of #4150C4
Complementary color
Monochromatic Colors of #4150C4
Black with #4150C4
Text Example
Text Example
White with #4150C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4150C4; }
p { color: rgb(65,80,196); }
H1.HeaderClassName
{
color: #4150C4;
}
.AnyTagClassName
{
color: #4150C4;
}
</style>
background-color css
<style>
a { background-color: #4150C4; }
a { background-color: rgb(65,80,196); }
div.DivClassName
{
background-color: #4150C4;
}
.BgClassName
{
background-color: #4150C4;
}
</style>
border-color css
<style>
span { border-color: #4150C4; }
span { border-color: rgb(65,80,196); }
td.TdClassName
{
border-color: #4150C4;
}
.TagClassName
{
border-color: #4150C4;
}
</style>