Shades of Free Speech Blue #4549D6
Tints of Free Speech Blue #4549D6
RGB
CMYK
RGB Variations
Color information
#4549D6 (or 0x4549D6) is known color: Free Speech Blue. HEX triplet: 45, 49 and D6. RGB value is (69,73,214). Sum of RGB (Red+Green+Blue) = 69+73+214=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 214 (83.98% from 255 or 60.11% from 356); Max value from RGB is 214 - color contains mainly: blue. Hex color #4549D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4549D6 is #BAB629. Grayscale: #575757. Windows color (decimal): -12236330 or 14043461. OLE color: 14043461.
HSL color Cylindrical-coordinate representation of color #4549D6: hue angle of 238.34º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4549D6 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 73 | 214 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.16 |
| HSL | 238.34º | 0.64% | 0.55% | - |
| HSV(B) | 238.34º | 0.68% | 0.84% | - |
| XYZ | 16.97 | 10.89 | 64.82 | - |
| YUV | 87.88 | 199.17 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 214 | 0.68 | 0.66 | 0 | 0.16 | 238.34 | 0.64 | 0.55 |
| Hex | 45 | 49 | D6 | 44 | 42 | 0 | 10 | EE | 40 | 37 |
| Octal | 105 | 111 | 326 | 104 | 102 | 0 | 20 | 356 | 100 | 67 |
| Binary | 1000101 | 1001001 | 11010110 | 1000100 | 1000010 | 0 | 10000 | 11101110 | 1000000 | 110111 |
Color Harmonies of #4549D6
Complementary color
Monochromatic Colors of #4549D6
Black with #4549D6
Text Example
Text Example
White with #4549D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4549D6; }
p { color: rgb(69,73,214); }
H1.HeaderClassName
{
color: #4549D6;
}
.AnyTagClassName
{
color: #4549D6;
}
</style>
background-color css
<style>
a { background-color: #4549D6; }
a { background-color: rgb(69,73,214); }
div.DivClassName
{
background-color: #4549D6;
}
.BgClassName
{
background-color: #4549D6;
}
</style>
border-color css
<style>
span { border-color: #4549D6; }
span { border-color: rgb(69,73,214); }
td.TdClassName
{
border-color: #4549D6;
}
.TagClassName
{
border-color: #4549D6;
}
</style>