Shades of Free Speech Blue #4139CA
Tints of Free Speech Blue #4139CA
RGB
CMYK
RGB Variations
Color information
#4139CA (or 0x4139CA) is known color: Free Speech Blue. HEX triplet: 41, 39 and CA. RGB value is (65,57,202). Sum of RGB (Red+Green+Blue) = 65+57+202=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #4139CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4139CA is #BEC635. Grayscale: #4B4B4B. Windows color (decimal): -12502582 or 13252929. OLE color: 13252929.
HSL color Cylindrical-coordinate representation of color #4139CA: hue angle of 243.31º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4139CA is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 57 | 202 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.21 |
| HSL | 243.31º | 0.58% | 0.51% | - |
| HSV(B) | 243.31º | 0.72% | 0.79% | - |
| XYZ | 14.3 | 8.31 | 56.73 | - |
| YUV | 75.92 | 199.15 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 202 | 0.68 | 0.72 | 0 | 0.21 | 243.31 | 0.58 | 0.51 |
| Hex | 41 | 39 | CA | 44 | 48 | 0 | 15 | F3 | 3A | 33 |
| Octal | 101 | 71 | 312 | 104 | 110 | 0 | 25 | 363 | 72 | 63 |
| Binary | 1000001 | 111001 | 11001010 | 1000100 | 1001000 | 0 | 10101 | 11110011 | 111010 | 110011 |
Color Harmonies of #4139CA
Complementary color
Monochromatic Colors of #4139CA
Black with #4139CA
Text Example
Text Example
White with #4139CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4139CA; }
p { color: rgb(65,57,202); }
H1.HeaderClassName
{
color: #4139CA;
}
.AnyTagClassName
{
color: #4139CA;
}
</style>
background-color css
<style>
a { background-color: #4139CA; }
a { background-color: rgb(65,57,202); }
div.DivClassName
{
background-color: #4139CA;
}
.BgClassName
{
background-color: #4139CA;
}
</style>
border-color css
<style>
span { border-color: #4139CA; }
span { border-color: rgb(65,57,202); }
td.TdClassName
{
border-color: #4139CA;
}
.TagClassName
{
border-color: #4139CA;
}
</style>