Shades of Free Speech Blue #4434D5
Tints of Free Speech Blue #4434D5
RGB
CMYK
RGB Variations
Color information
#4434D5 (or 0x4434D5) is known color: Free Speech Blue. HEX triplet: 44, 34 and D5. RGB value is (68,52,213). Sum of RGB (Red+Green+Blue) = 68+52+213=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 213 (83.59% from 255 or 63.96% from 333); Max value from RGB is 213 - color contains mainly: blue. Hex color #4434D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4434D5 is #BBCB2A. Grayscale: #4A4A4A. Windows color (decimal): -12307243 or 13972548. OLE color: 13972548.
HSL color Cylindrical-coordinate representation of color #4434D5: hue angle of 245.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4434D5 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 52 | 213 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.16 |
| HSL | 245.96º | 0.66% | 0.52% | - |
| HSV(B) | 245.96º | 0.76% | 0.84% | - |
| XYZ | 15.62 | 8.49 | 63.77 | - |
| YUV | 75.14 | 205.8 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 213 | 0.68 | 0.76 | 0 | 0.16 | 245.96 | 0.66 | 0.52 |
| Hex | 44 | 34 | D5 | 44 | 4C | 0 | 10 | F6 | 42 | 34 |
| Octal | 104 | 64 | 325 | 104 | 114 | 0 | 20 | 366 | 102 | 64 |
| Binary | 1000100 | 110100 | 11010101 | 1000100 | 1001100 | 0 | 10000 | 11110110 | 1000010 | 110100 |
Color Harmonies of #4434D5
Complementary color
Monochromatic Colors of #4434D5
Black with #4434D5
Text Example
Text Example
White with #4434D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4434D5; }
p { color: rgb(68,52,213); }
H1.HeaderClassName
{
color: #4434D5;
}
.AnyTagClassName
{
color: #4434D5;
}
</style>
background-color css
<style>
a { background-color: #4434D5; }
a { background-color: rgb(68,52,213); }
div.DivClassName
{
background-color: #4434D5;
}
.BgClassName
{
background-color: #4434D5;
}
</style>
border-color css
<style>
span { border-color: #4434D5; }
span { border-color: rgb(68,52,213); }
td.TdClassName
{
border-color: #4434D5;
}
.TagClassName
{
border-color: #4434D5;
}
</style>