Shades of Free Speech Blue #4135C4
Tints of Free Speech Blue #4135C4
RGB
CMYK
RGB Variations
Color information
#4135C4 (or 0x4135C4) is known color: Free Speech Blue. HEX triplet: 41, 35 and C4. RGB value is (65,53,196). Sum of RGB (Red+Green+Blue) = 65+53+196=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 196 (76.95% from 255 or 62.42% from 314); Max value from RGB is 196 - color contains mainly: blue. Hex color #4135C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4135C4 is #BECA3B. Grayscale: #484848. Windows color (decimal): -12503612 or 12858689. OLE color: 12858689.
HSL color Cylindrical-coordinate representation of color #4135C4: hue angle of 245.03º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4135C4 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 53 | 196 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.23 |
| HSL | 245.04º | 0.57% | 0.49% | - |
| HSV(B) | 245.04º | 0.73% | 0.77% | - |
| XYZ | 13.42 | 7.66 | 53 | - |
| YUV | 72.89 | 197.48 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 196 | 0.67 | 0.73 | 0 | 0.23 | 245.04 | 0.57 | 0.49 |
| Hex | 41 | 35 | C4 | 43 | 49 | 0 | 17 | F5 | 39 | 31 |
| Octal | 101 | 65 | 304 | 103 | 111 | 0 | 27 | 365 | 71 | 61 |
| Binary | 1000001 | 110101 | 11000100 | 1000011 | 1001001 | 0 | 10111 | 11110101 | 111001 | 110001 |
Color Harmonies of #4135C4
Complementary color
Monochromatic Colors of #4135C4
Black with #4135C4
Text Example
Text Example
White with #4135C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4135C4; }
p { color: rgb(65,53,196); }
H1.HeaderClassName
{
color: #4135C4;
}
.AnyTagClassName
{
color: #4135C4;
}
</style>
background-color css
<style>
a { background-color: #4135C4; }
a { background-color: rgb(65,53,196); }
div.DivClassName
{
background-color: #4135C4;
}
.BgClassName
{
background-color: #4135C4;
}
</style>
border-color css
<style>
span { border-color: #4135C4; }
span { border-color: rgb(65,53,196); }
td.TdClassName
{
border-color: #4135C4;
}
.TagClassName
{
border-color: #4135C4;
}
</style>