Shades of Free Speech Blue #4549D5
Tints of Free Speech Blue #4549D5
RGB
CMYK
RGB Variations
Color information
#4549D5 (or 0x4549D5) is known color: Free Speech Blue. HEX triplet: 45, 49 and D5. RGB value is (69,73,213). Sum of RGB (Red+Green+Blue) = 69+73+213=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 213 (83.59% from 255 or 60% from 355); Max value from RGB is 213 - color contains mainly: blue. Hex color #4549D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4549D5 is #BAB62A. Grayscale: #575757. Windows color (decimal): -12236331 or 13977925. OLE color: 13977925.
HSL color Cylindrical-coordinate representation of color #4549D5: hue angle of 238.33º degrees, saturation: 0.63, 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 #4549D5 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 73 | 213 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.16 |
| HSL | 238.33º | 0.63% | 0.55% | - |
| HSV(B) | 238.33º | 0.68% | 0.84% | - |
| XYZ | 16.85 | 10.83 | 64.15 | - |
| YUV | 87.76 | 198.67 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 213 | 0.68 | 0.66 | 0 | 0.16 | 238.33 | 0.63 | 0.55 |
| Hex | 45 | 49 | D5 | 44 | 42 | 0 | 10 | EE | 3F | 37 |
| Octal | 105 | 111 | 325 | 104 | 102 | 0 | 20 | 356 | 77 | 67 |
| Binary | 1000101 | 1001001 | 11010101 | 1000100 | 1000010 | 0 | 10000 | 11101110 | 111111 | 110111 |
Color Harmonies of #4549D5
Complementary color
Monochromatic Colors of #4549D5
Black with #4549D5
Text Example
Text Example
White with #4549D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4549D5; }
p { color: rgb(69,73,213); }
H1.HeaderClassName
{
color: #4549D5;
}
.AnyTagClassName
{
color: #4549D5;
}
</style>
background-color css
<style>
a { background-color: #4549D5; }
a { background-color: rgb(69,73,213); }
div.DivClassName
{
background-color: #4549D5;
}
.BgClassName
{
background-color: #4549D5;
}
</style>
border-color css
<style>
span { border-color: #4549D5; }
span { border-color: rgb(69,73,213); }
td.TdClassName
{
border-color: #4549D5;
}
.TagClassName
{
border-color: #4549D5;
}
</style>