Shades of Free Speech Blue #4434CD
Tints of Free Speech Blue #4434CD
RGB
CMYK
RGB Variations
Color information
#4434CD (or 0x4434CD) is known color: Free Speech Blue. HEX triplet: 44, 34 and CD. RGB value is (68,52,205). Sum of RGB (Red+Green+Blue) = 68+52+205=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #4434CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4434CD is #BBCB32. Grayscale: #494949. Windows color (decimal): -12307251 or 13448260. OLE color: 13448260.
HSL color Cylindrical-coordinate representation of color #4434CD: hue angle of 246.27º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4434CD is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 52 | 205 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.20 |
| HSL | 246.27º | 0.6% | 0.5% | - |
| HSV(B) | 246.27º | 0.75% | 0.8% | - |
| XYZ | 14.63 | 8.09 | 58.55 | - |
| YUV | 74.23 | 201.8 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 205 | 0.67 | 0.75 | 0 | 0.20 | 246.27 | 0.6 | 0.5 |
| Hex | 44 | 34 | CD | 43 | 4B | 0 | 14 | F6 | 3C | 32 |
| Octal | 104 | 64 | 315 | 103 | 113 | 0 | 24 | 366 | 74 | 62 |
| Binary | 1000100 | 110100 | 11001101 | 1000011 | 1001011 | 0 | 10100 | 11110110 | 111100 | 110010 |
Color Harmonies of #4434CD
Complementary color
Monochromatic Colors of #4434CD
Black with #4434CD
Text Example
Text Example
White with #4434CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4434CD; }
p { color: rgb(68,52,205); }
H1.HeaderClassName
{
color: #4434CD;
}
.AnyTagClassName
{
color: #4434CD;
}
</style>
background-color css
<style>
a { background-color: #4434CD; }
a { background-color: rgb(68,52,205); }
div.DivClassName
{
background-color: #4434CD;
}
.BgClassName
{
background-color: #4434CD;
}
</style>
border-color css
<style>
span { border-color: #4434CD; }
span { border-color: rgb(68,52,205); }
td.TdClassName
{
border-color: #4434CD;
}
.TagClassName
{
border-color: #4434CD;
}
</style>