Shades of Free Speech Blue #484ACC
Tints of Free Speech Blue #484ACC
RGB
CMYK
RGB Variations
Color information
#484ACC (or 0x484ACC) is known color: Free Speech Blue. HEX triplet: 48, 4A and CC. RGB value is (72,74,204). Sum of RGB (Red+Green+Blue) = 72+74+204=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #484ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484ACC is #B7B533. Grayscale: #575757. Windows color (decimal): -12039476 or 13388360. OLE color: 13388360.
HSL color Cylindrical-coordinate representation of color #484ACC: hue angle of 239.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484ACC is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 74 | 204 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.2 |
| HSL | 239.09º | 0.56% | 0.54% | - |
| HSV(B) | 239.09º | 0.65% | 0.8% | - |
| XYZ | 16.02 | 10.63 | 58.34 | - |
| YUV | 88.22 | 193.34 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 204 | 0.65 | 0.64 | 0 | 0.2 | 239.09 | 0.56 | 0.54 |
| Hex | 48 | 4A | CC | 41 | 40 | 0 | 14 | EF | 38 | 36 |
| Octal | 110 | 112 | 314 | 101 | 100 | 0 | 24 | 357 | 70 | 66 |
| Binary | 1001000 | 1001010 | 11001100 | 1000001 | 1000000 | 0 | 10100 | 11101111 | 111000 | 110110 |
Color Harmonies of #484ACC
Complementary color
Monochromatic Colors of #484ACC
Black with #484ACC
Text Example
Text Example
White with #484ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484ACC; }
p { color: rgb(72,74,204); }
H1.HeaderClassName
{
color: #484ACC;
}
.AnyTagClassName
{
color: #484ACC;
}
</style>
background-color css
<style>
a { background-color: #484ACC; }
a { background-color: rgb(72,74,204); }
div.DivClassName
{
background-color: #484ACC;
}
.BgClassName
{
background-color: #484ACC;
}
</style>
border-color css
<style>
span { border-color: #484ACC; }
span { border-color: rgb(72,74,204); }
td.TdClassName
{
border-color: #484ACC;
}
.TagClassName
{
border-color: #484ACC;
}
</style>