Shades of Free Speech Blue #4435C6
Tints of Free Speech Blue #4435C6
RGB
CMYK
RGB Variations
Color information
#4435C6 (or 0x4435C6) is known color: Free Speech Blue. HEX triplet: 44, 35 and C6. RGB value is (68,53,198). Sum of RGB (Red+Green+Blue) = 68+53+198=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 198 (77.73% from 255 or 62.07% from 319); Max value from RGB is 198 - color contains mainly: blue. Hex color #4435C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4435C6 is #BBCA39. Grayscale: #494949. Windows color (decimal): -12307002 or 12989764. OLE color: 12989764.
HSL color Cylindrical-coordinate representation of color #4435C6: hue angle of 246.21º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4435C6 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 53 | 198 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.22 |
| HSL | 246.21º | 0.58% | 0.49% | - |
| HSV(B) | 246.21º | 0.73% | 0.78% | - |
| XYZ | 13.85 | 7.85 | 54.21 | - |
| YUV | 74.02 | 197.97 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 198 | 0.66 | 0.73 | 0 | 0.22 | 246.21 | 0.58 | 0.49 |
| Hex | 44 | 35 | C6 | 42 | 49 | 0 | 16 | F6 | 3A | 31 |
| Octal | 104 | 65 | 306 | 102 | 111 | 0 | 26 | 366 | 72 | 61 |
| Binary | 1000100 | 110101 | 11000110 | 1000010 | 1001001 | 0 | 10110 | 11110110 | 111010 | 110001 |
Color Harmonies of #4435C6
Complementary color
Monochromatic Colors of #4435C6
Black with #4435C6
Text Example
Text Example
White with #4435C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4435C6; }
p { color: rgb(68,53,198); }
H1.HeaderClassName
{
color: #4435C6;
}
.AnyTagClassName
{
color: #4435C6;
}
</style>
background-color css
<style>
a { background-color: #4435C6; }
a { background-color: rgb(68,53,198); }
div.DivClassName
{
background-color: #4435C6;
}
.BgClassName
{
background-color: #4435C6;
}
</style>
border-color css
<style>
span { border-color: #4435C6; }
span { border-color: rgb(68,53,198); }
td.TdClassName
{
border-color: #4435C6;
}
.TagClassName
{
border-color: #4435C6;
}
</style>