Shades of Free Speech Blue #4435C1
Tints of Free Speech Blue #4435C1
RGB
CMYK
RGB Variations
Color information
#4435C1 (or 0x4435C1) is known color: Free Speech Blue. HEX triplet: 44, 35 and C1. RGB value is (68,53,193). Sum of RGB (Red+Green+Blue) = 68+53+193=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 193 (75.78% from 255 or 61.46% from 314); Max value from RGB is 193 - color contains mainly: blue. Hex color #4435C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4435C1 is #BBCA3E. Grayscale: #484848. Windows color (decimal): -12307007 or 12662084. OLE color: 12662084.
HSL color Cylindrical-coordinate representation of color #4435C1: hue angle of 246.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4435C1 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 53 | 193 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.24 |
| HSL | 246.43º | 0.57% | 0.48% | - |
| HSV(B) | 246.43º | 0.73% | 0.76% | - |
| XYZ | 13.28 | 7.63 | 51.22 | - |
| YUV | 73.45 | 195.47 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 193 | 0.65 | 0.73 | 0 | 0.24 | 246.43 | 0.57 | 0.48 |
| Hex | 44 | 35 | C1 | 41 | 49 | 0 | 18 | F6 | 39 | 30 |
| Octal | 104 | 65 | 301 | 101 | 111 | 0 | 30 | 366 | 71 | 60 |
| Binary | 1000100 | 110101 | 11000001 | 1000001 | 1001001 | 0 | 11000 | 11110110 | 111001 | 110000 |
Color Harmonies of #4435C1
Complementary color
Monochromatic Colors of #4435C1
Black with #4435C1
Text Example
Text Example
White with #4435C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4435C1; }
p { color: rgb(68,53,193); }
H1.HeaderClassName
{
color: #4435C1;
}
.AnyTagClassName
{
color: #4435C1;
}
</style>
background-color css
<style>
a { background-color: #4435C1; }
a { background-color: rgb(68,53,193); }
div.DivClassName
{
background-color: #4435C1;
}
.BgClassName
{
background-color: #4435C1;
}
</style>
border-color css
<style>
span { border-color: #4435C1; }
span { border-color: rgb(68,53,193); }
td.TdClassName
{
border-color: #4435C1;
}
.TagClassName
{
border-color: #4435C1;
}
</style>