Shades of Free Speech Blue #484ACE
Tints of Free Speech Blue #484ACE
RGB
CMYK
RGB Variations
Color information
#484ACE (or 0x484ACE) is known color: Free Speech Blue. HEX triplet: 48, 4A and CE. RGB value is (72,74,206). Sum of RGB (Red+Green+Blue) = 72+74+206=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #484ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484ACE is #B7B531. Grayscale: #575757. Windows color (decimal): -12039474 or 13519432. OLE color: 13519432.
HSL color Cylindrical-coordinate representation of color #484ACE: hue angle of 239.1º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484ACE is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 74 | 206 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.19 |
| HSL | 239.1º | 0.58% | 0.55% | - |
| HSV(B) | 239.1º | 0.65% | 0.81% | - |
| XYZ | 16.26 | 10.73 | 59.61 | - |
| YUV | 88.45 | 194.34 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 206 | 0.65 | 0.64 | 0 | 0.19 | 239.1 | 0.58 | 0.55 |
| Hex | 48 | 4A | CE | 41 | 40 | 0 | 13 | EF | 3A | 37 |
| Octal | 110 | 112 | 316 | 101 | 100 | 0 | 23 | 357 | 72 | 67 |
| Binary | 1001000 | 1001010 | 11001110 | 1000001 | 1000000 | 0 | 10011 | 11101111 | 111010 | 110111 |
Color Harmonies of #484ACE
Complementary color
Monochromatic Colors of #484ACE
Black with #484ACE
Text Example
Text Example
White with #484ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484ACE; }
p { color: rgb(72,74,206); }
H1.HeaderClassName
{
color: #484ACE;
}
.AnyTagClassName
{
color: #484ACE;
}
</style>
background-color css
<style>
a { background-color: #484ACE; }
a { background-color: rgb(72,74,206); }
div.DivClassName
{
background-color: #484ACE;
}
.BgClassName
{
background-color: #484ACE;
}
</style>
border-color css
<style>
span { border-color: #484ACE; }
span { border-color: rgb(72,74,206); }
td.TdClassName
{
border-color: #484ACE;
}
.TagClassName
{
border-color: #484ACE;
}
</style>