Shades of Free Speech Blue #4845CF
Tints of Free Speech Blue #4845CF
RGB
CMYK
RGB Variations
Color information
#4845CF (or 0x4845CF) is known color: Free Speech Blue. HEX triplet: 48, 45 and CF. RGB value is (72,69,207). Sum of RGB (Red+Green+Blue) = 72+69+207=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #4845CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4845CF is #B7BA30. Grayscale: #555555. Windows color (decimal): -12040753 or 13583688. OLE color: 13583688.
HSL color Cylindrical-coordinate representation of color #4845CF: hue angle of 241.3º 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 #4845CF is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 69 | 207 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.19 |
| HSL | 241.3º | 0.59% | 0.54% | - |
| HSV(B) | 241.3º | 0.67% | 0.81% | - |
| XYZ | 16.06 | 10.14 | 60.14 | - |
| YUV | 85.63 | 196.49 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 207 | 0.65 | 0.67 | 0 | 0.19 | 241.3 | 0.59 | 0.54 |
| Hex | 48 | 45 | CF | 41 | 43 | 0 | 13 | F1 | 3B | 36 |
| Octal | 110 | 105 | 317 | 101 | 103 | 0 | 23 | 361 | 73 | 66 |
| Binary | 1001000 | 1000101 | 11001111 | 1000001 | 1000011 | 0 | 10011 | 11110001 | 111011 | 110110 |
Color Harmonies of #4845CF
Complementary color
Monochromatic Colors of #4845CF
Black with #4845CF
Text Example
Text Example
White with #4845CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4845CF; }
p { color: rgb(72,69,207); }
H1.HeaderClassName
{
color: #4845CF;
}
.AnyTagClassName
{
color: #4845CF;
}
</style>
background-color css
<style>
a { background-color: #4845CF; }
a { background-color: rgb(72,69,207); }
div.DivClassName
{
background-color: #4845CF;
}
.BgClassName
{
background-color: #4845CF;
}
</style>
border-color css
<style>
span { border-color: #4845CF; }
span { border-color: rgb(72,69,207); }
td.TdClassName
{
border-color: #4845CF;
}
.TagClassName
{
border-color: #4845CF;
}
</style>