Shades of Free Speech Blue #4446CF
Tints of Free Speech Blue #4446CF
RGB
CMYK
RGB Variations
Color information
#4446CF (or 0x4446CF) is known color: Free Speech Blue. HEX triplet: 44, 46 and CF. RGB value is (68,70,207). Sum of RGB (Red+Green+Blue) = 68+70+207=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #4446CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4446CF is #BBB930. Grayscale: #545454. Windows color (decimal): -12302641 or 13583940. OLE color: 13583940.
HSL color Cylindrical-coordinate representation of color #4446CF: hue angle of 239.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4446CF is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 70 | 207 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.19 |
| HSL | 239.14º | 0.59% | 0.54% | - |
| HSV(B) | 239.14º | 0.67% | 0.81% | - |
| XYZ | 15.84 | 10.11 | 60.15 | - |
| YUV | 85.02 | 196.84 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 70 | 207 | 0.67 | 0.66 | 0 | 0.19 | 239.14 | 0.59 | 0.54 |
| Hex | 44 | 46 | CF | 43 | 42 | 0 | 13 | EF | 3B | 36 |
| Octal | 104 | 106 | 317 | 103 | 102 | 0 | 23 | 357 | 73 | 66 |
| Binary | 1000100 | 1000110 | 11001111 | 1000011 | 1000010 | 0 | 10011 | 11101111 | 111011 | 110110 |
Color Harmonies of #4446CF
Complementary color
Monochromatic Colors of #4446CF
Black with #4446CF
Text Example
Text Example
White with #4446CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4446CF; }
p { color: rgb(68,70,207); }
H1.HeaderClassName
{
color: #4446CF;
}
.AnyTagClassName
{
color: #4446CF;
}
</style>
background-color css
<style>
a { background-color: #4446CF; }
a { background-color: rgb(68,70,207); }
div.DivClassName
{
background-color: #4446CF;
}
.BgClassName
{
background-color: #4446CF;
}
</style>
border-color css
<style>
span { border-color: #4446CF; }
span { border-color: rgb(68,70,207); }
td.TdClassName
{
border-color: #4446CF;
}
.TagClassName
{
border-color: #4446CF;
}
</style>