Shades of Free Speech Blue #4434CF
Tints of Free Speech Blue #4434CF
RGB
CMYK
RGB Variations
Color information
#4434CF (or 0x4434CF) is known color: Free Speech Blue. HEX triplet: 44, 34 and CF. RGB value is (68,52,207). Sum of RGB (Red+Green+Blue) = 68+52+207=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #4434CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4434CF is #BBCB30. Grayscale: #494949. Windows color (decimal): -12307249 or 13579332. OLE color: 13579332.
HSL color Cylindrical-coordinate representation of color #4434CF: hue angle of 246.19º degrees, saturation: 0.62, 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 #4434CF is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 52 | 207 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.19 |
| HSL | 246.19º | 0.62% | 0.51% | - |
| HSV(B) | 246.19º | 0.75% | 0.81% | - |
| XYZ | 14.87 | 8.19 | 59.83 | - |
| YUV | 74.45 | 202.8 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 207 | 0.67 | 0.75 | 0 | 0.19 | 246.19 | 0.62 | 0.51 |
| Hex | 44 | 34 | CF | 43 | 4B | 0 | 13 | F6 | 3E | 33 |
| Octal | 104 | 64 | 317 | 103 | 113 | 0 | 23 | 366 | 76 | 63 |
| Binary | 1000100 | 110100 | 11001111 | 1000011 | 1001011 | 0 | 10011 | 11110110 | 111110 | 110011 |
Color Harmonies of #4434CF
Complementary color
Monochromatic Colors of #4434CF
Black with #4434CF
Text Example
Text Example
White with #4434CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4434CF; }
p { color: rgb(68,52,207); }
H1.HeaderClassName
{
color: #4434CF;
}
.AnyTagClassName
{
color: #4434CF;
}
</style>
background-color css
<style>
a { background-color: #4434CF; }
a { background-color: rgb(68,52,207); }
div.DivClassName
{
background-color: #4434CF;
}
.BgClassName
{
background-color: #4434CF;
}
</style>
border-color css
<style>
span { border-color: #4434CF; }
span { border-color: rgb(68,52,207); }
td.TdClassName
{
border-color: #4434CF;
}
.TagClassName
{
border-color: #4434CF;
}
</style>