Shades of Free Speech Blue #4150DB
Tints of Free Speech Blue #4150DB
RGB
CMYK
RGB Variations
Color information
#4150DB (or 0x4150DB) is known color: Free Speech Blue. HEX triplet: 41, 50 and DB. RGB value is (65,80,219). Sum of RGB (Red+Green+Blue) = 65+80+219=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #4150DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150DB is #BEAF24. Grayscale: #5A5A5A. Windows color (decimal): -12496677 or 14372929. OLE color: 14372929.
HSL color Cylindrical-coordinate representation of color #4150DB: hue angle of 234.16º degrees, saturation: 0.68, 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 #4150DB is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 80 | 219 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.14 |
| HSL | 234.16º | 0.68% | 0.56% | - |
| HSV(B) | 234.16º | 0.7% | 0.86% | - |
| XYZ | 17.83 | 11.98 | 68.39 | - |
| YUV | 91.36 | 200.03 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 219 | 0.70 | 0.63 | 0 | 0.14 | 234.16 | 0.68 | 0.56 |
| Hex | 41 | 50 | DB | 46 | 3F | 0 | E | EA | 44 | 38 |
| Octal | 101 | 120 | 333 | 106 | 77 | 0 | 16 | 352 | 104 | 70 |
| Binary | 1000001 | 1010000 | 11011011 | 1000110 | 111111 | 0 | 1110 | 11101010 | 1000100 | 111000 |
Color Harmonies of #4150DB
Complementary color
Monochromatic Colors of #4150DB
Black with #4150DB
Text Example
Text Example
White with #4150DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4150DB; }
p { color: rgb(65,80,219); }
H1.HeaderClassName
{
color: #4150DB;
}
.AnyTagClassName
{
color: #4150DB;
}
</style>
background-color css
<style>
a { background-color: #4150DB; }
a { background-color: rgb(65,80,219); }
div.DivClassName
{
background-color: #4150DB;
}
.BgClassName
{
background-color: #4150DB;
}
</style>
border-color css
<style>
span { border-color: #4150DB; }
span { border-color: rgb(65,80,219); }
td.TdClassName
{
border-color: #4150DB;
}
.TagClassName
{
border-color: #4150DB;
}
</style>