Shades of Free Speech Blue #4840C2
Tints of Free Speech Blue #4840C2
RGB
CMYK
RGB Variations
Color information
#4840C2 (or 0x4840C2) is known color: Free Speech Blue. HEX triplet: 48, 40 and C2. RGB value is (72,64,194). Sum of RGB (Red+Green+Blue) = 72+64+194=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 194 (76.17% from 255 or 58.79% from 330); Max value from RGB is 194 - color contains mainly: blue. Hex color #4840C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4840C2 is #B7BF3D. Grayscale: #505050. Windows color (decimal): -12042046 or 12730440. OLE color: 12730440.
HSL color Cylindrical-coordinate representation of color #4840C2: hue angle of 243.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4840C2 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 64 | 194 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.24 |
| HSL | 243.69º | 0.52% | 0.51% | - |
| HSV(B) | 243.69º | 0.67% | 0.76% | - |
| XYZ | 14.24 | 8.94 | 52.01 | - |
| YUV | 81.21 | 191.65 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 194 | 0.63 | 0.67 | 0 | 0.24 | 243.69 | 0.52 | 0.51 |
| Hex | 48 | 40 | C2 | 3F | 43 | 0 | 18 | F4 | 34 | 33 |
| Octal | 110 | 100 | 302 | 77 | 103 | 0 | 30 | 364 | 64 | 63 |
| Binary | 1001000 | 1000000 | 11000010 | 111111 | 1000011 | 0 | 11000 | 11110100 | 110100 | 110011 |
Color Harmonies of #4840C2
Complementary color
Monochromatic Colors of #4840C2
Black with #4840C2
Text Example
Text Example
White with #4840C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4840C2; }
p { color: rgb(72,64,194); }
H1.HeaderClassName
{
color: #4840C2;
}
.AnyTagClassName
{
color: #4840C2;
}
</style>
background-color css
<style>
a { background-color: #4840C2; }
a { background-color: rgb(72,64,194); }
div.DivClassName
{
background-color: #4840C2;
}
.BgClassName
{
background-color: #4840C2;
}
</style>
border-color css
<style>
span { border-color: #4840C2; }
span { border-color: rgb(72,64,194); }
td.TdClassName
{
border-color: #4840C2;
}
.TagClassName
{
border-color: #4840C2;
}
</style>