Shades of Free Speech Blue #4546D7
Tints of Free Speech Blue #4546D7
RGB
CMYK
RGB Variations
Color information
#4546D7 (or 0x4546D7) is known color: Free Speech Blue. HEX triplet: 45, 46 and D7. RGB value is (69,70,215). Sum of RGB (Red+Green+Blue) = 69+70+215=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 215 (84.38% from 255 or 60.73% from 354); Max value from RGB is 215 - color contains mainly: blue. Hex color #4546D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4546D7 is #BAB928. Grayscale: #555555. Windows color (decimal): -12237097 or 14108229. OLE color: 14108229.
HSL color Cylindrical-coordinate representation of color #4546D7: hue angle of 239.59º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4546D7 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 70 | 215 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.16 |
| HSL | 239.59º | 0.65% | 0.56% | - |
| HSV(B) | 239.59º | 0.68% | 0.84% | - |
| XYZ | 16.91 | 10.55 | 65.44 | - |
| YUV | 86.23 | 200.67 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 215 | 0.68 | 0.67 | 0 | 0.16 | 239.59 | 0.65 | 0.56 |
| Hex | 45 | 46 | D7 | 44 | 43 | 0 | 10 | F0 | 41 | 38 |
| Octal | 105 | 106 | 327 | 104 | 103 | 0 | 20 | 360 | 101 | 70 |
| Binary | 1000101 | 1000110 | 11010111 | 1000100 | 1000011 | 0 | 10000 | 11110000 | 1000001 | 111000 |
Color Harmonies of #4546D7
Complementary color
Monochromatic Colors of #4546D7
Black with #4546D7
Text Example
Text Example
White with #4546D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4546D7; }
p { color: rgb(69,70,215); }
H1.HeaderClassName
{
color: #4546D7;
}
.AnyTagClassName
{
color: #4546D7;
}
</style>
background-color css
<style>
a { background-color: #4546D7; }
a { background-color: rgb(69,70,215); }
div.DivClassName
{
background-color: #4546D7;
}
.BgClassName
{
background-color: #4546D7;
}
</style>
border-color css
<style>
span { border-color: #4546D7; }
span { border-color: rgb(69,70,215); }
td.TdClassName
{
border-color: #4546D7;
}
.TagClassName
{
border-color: #4546D7;
}
</style>