Shades of Free Speech Blue #4434CE
Tints of Free Speech Blue #4434CE
RGB
CMYK
RGB Variations
Color information
#4434CE (or 0x4434CE) is known color: Free Speech Blue. HEX triplet: 44, 34 and CE. RGB value is (68,52,206). Sum of RGB (Red+Green+Blue) = 68+52+206=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #4434CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4434CE is #BBCB31. Grayscale: #494949. Windows color (decimal): -12307250 or 13513796. OLE color: 13513796.
HSL color Cylindrical-coordinate representation of color #4434CE: hue angle of 246.23º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4434CE is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 52 | 206 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.19 |
| HSL | 246.23º | 0.61% | 0.51% | - |
| HSV(B) | 246.23º | 0.75% | 0.81% | - |
| XYZ | 14.75 | 8.14 | 59.19 | - |
| YUV | 74.34 | 202.3 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 206 | 0.67 | 0.75 | 0 | 0.19 | 246.23 | 0.61 | 0.51 |
| Hex | 44 | 34 | CE | 43 | 4B | 0 | 13 | F6 | 3D | 33 |
| Octal | 104 | 64 | 316 | 103 | 113 | 0 | 23 | 366 | 75 | 63 |
| Binary | 1000100 | 110100 | 11001110 | 1000011 | 1001011 | 0 | 10011 | 11110110 | 111101 | 110011 |
Color Harmonies of #4434CE
Complementary color
Monochromatic Colors of #4434CE
Black with #4434CE
Text Example
Text Example
White with #4434CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4434CE; }
p { color: rgb(68,52,206); }
H1.HeaderClassName
{
color: #4434CE;
}
.AnyTagClassName
{
color: #4434CE;
}
</style>
background-color css
<style>
a { background-color: #4434CE; }
a { background-color: rgb(68,52,206); }
div.DivClassName
{
background-color: #4434CE;
}
.BgClassName
{
background-color: #4434CE;
}
</style>
border-color css
<style>
span { border-color: #4434CE; }
span { border-color: rgb(68,52,206); }
td.TdClassName
{
border-color: #4434CE;
}
.TagClassName
{
border-color: #4434CE;
}
</style>