Shades of Free Speech Blue #4150DC
Tints of Free Speech Blue #4150DC
RGB
CMYK
RGB Variations
Color information
#4150DC (or 0x4150DC) is known color: Free Speech Blue. HEX triplet: 41, 50 and DC. RGB value is (65,80,220). Sum of RGB (Red+Green+Blue) = 65+80+220=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #4150DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150DC is #BEAF23. Grayscale: #5A5A5A. Windows color (decimal): -12496676 or 14438465. OLE color: 14438465.
HSL color Cylindrical-coordinate representation of color #4150DC: hue angle of 234.19º 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 #4150DC is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 80 | 220 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.14 |
| HSL | 234.19º | 0.69% | 0.56% | - |
| HSV(B) | 234.19º | 0.7% | 0.86% | - |
| XYZ | 17.97 | 12.03 | 69.08 | - |
| YUV | 91.48 | 200.53 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 220 | 0.70 | 0.64 | 0 | 0.14 | 234.19 | 0.69 | 0.56 |
| Hex | 41 | 50 | DC | 46 | 40 | 0 | E | EA | 45 | 38 |
| Octal | 101 | 120 | 334 | 106 | 100 | 0 | 16 | 352 | 105 | 70 |
| Binary | 1000001 | 1010000 | 11011100 | 1000110 | 1000000 | 0 | 1110 | 11101010 | 1000101 | 111000 |
Color Harmonies of #4150DC
Complementary color
Monochromatic Colors of #4150DC
Black with #4150DC
Text Example
Text Example
White with #4150DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4150DC; }
p { color: rgb(65,80,220); }
H1.HeaderClassName
{
color: #4150DC;
}
.AnyTagClassName
{
color: #4150DC;
}
</style>
background-color css
<style>
a { background-color: #4150DC; }
a { background-color: rgb(65,80,220); }
div.DivClassName
{
background-color: #4150DC;
}
.BgClassName
{
background-color: #4150DC;
}
</style>
border-color css
<style>
span { border-color: #4150DC; }
span { border-color: rgb(65,80,220); }
td.TdClassName
{
border-color: #4150DC;
}
.TagClassName
{
border-color: #4150DC;
}
</style>