Shades of Free Speech Blue #4150CA
Tints of Free Speech Blue #4150CA
RGB
CMYK
RGB Variations
Color information
#4150CA (or 0x4150CA) is known color: Free Speech Blue. HEX triplet: 41, 50 and CA. RGB value is (65,80,202). Sum of RGB (Red+Green+Blue) = 65+80+202=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #4150CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150CA is #BEAF35. Grayscale: #585858. Windows color (decimal): -12496694 or 13258817. OLE color: 13258817.
HSL color Cylindrical-coordinate representation of color #4150CA: hue angle of 233.43º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4150CA is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 80 | 202 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.21 |
| HSL | 233.43º | 0.56% | 0.52% | - |
| HSV(B) | 233.43º | 0.68% | 0.79% | - |
| XYZ | 15.71 | 11.13 | 57.2 | - |
| YUV | 89.42 | 191.53 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 202 | 0.68 | 0.60 | 0 | 0.21 | 233.43 | 0.56 | 0.52 |
| Hex | 41 | 50 | CA | 44 | 3C | 0 | 15 | E9 | 38 | 34 |
| Octal | 101 | 120 | 312 | 104 | 74 | 0 | 25 | 351 | 70 | 64 |
| Binary | 1000001 | 1010000 | 11001010 | 1000100 | 111100 | 0 | 10101 | 11101001 | 111000 | 110100 |
Color Harmonies of #4150CA
Complementary color
Monochromatic Colors of #4150CA
Black with #4150CA
Text Example
Text Example
White with #4150CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4150CA; }
p { color: rgb(65,80,202); }
H1.HeaderClassName
{
color: #4150CA;
}
.AnyTagClassName
{
color: #4150CA;
}
</style>
background-color css
<style>
a { background-color: #4150CA; }
a { background-color: rgb(65,80,202); }
div.DivClassName
{
background-color: #4150CA;
}
.BgClassName
{
background-color: #4150CA;
}
</style>
border-color css
<style>
span { border-color: #4150CA; }
span { border-color: rgb(65,80,202); }
td.TdClassName
{
border-color: #4150CA;
}
.TagClassName
{
border-color: #4150CA;
}
</style>