Shades of Free Speech Blue #484ACF
Tints of Free Speech Blue #484ACF
RGB
CMYK
RGB Variations
Color information
#484ACF (or 0x484ACF) is known color: Free Speech Blue. HEX triplet: 48, 4A and CF. RGB value is (72,74,207). Sum of RGB (Red+Green+Blue) = 72+74+207=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #484ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484ACF is #B7B530. Grayscale: #585858. Windows color (decimal): -12039473 or 13584968. OLE color: 13584968.
HSL color Cylindrical-coordinate representation of color #484ACF: hue angle of 239.11º 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 #484ACF is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 74 | 207 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.19 |
| HSL | 239.11º | 0.58% | 0.55% | - |
| HSV(B) | 239.11º | 0.65% | 0.81% | - |
| XYZ | 16.38 | 10.78 | 60.25 | - |
| YUV | 88.56 | 194.84 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 207 | 0.65 | 0.64 | 0 | 0.19 | 239.11 | 0.58 | 0.55 |
| Hex | 48 | 4A | CF | 41 | 40 | 0 | 13 | EF | 3A | 37 |
| Octal | 110 | 112 | 317 | 101 | 100 | 0 | 23 | 357 | 72 | 67 |
| Binary | 1001000 | 1001010 | 11001111 | 1000001 | 1000000 | 0 | 10011 | 11101111 | 111010 | 110111 |
Color Harmonies of #484ACF
Complementary color
Monochromatic Colors of #484ACF
Black with #484ACF
Text Example
Text Example
White with #484ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484ACF; }
p { color: rgb(72,74,207); }
H1.HeaderClassName
{
color: #484ACF;
}
.AnyTagClassName
{
color: #484ACF;
}
</style>
background-color css
<style>
a { background-color: #484ACF; }
a { background-color: rgb(72,74,207); }
div.DivClassName
{
background-color: #484ACF;
}
.BgClassName
{
background-color: #484ACF;
}
</style>
border-color css
<style>
span { border-color: #484ACF; }
span { border-color: rgb(72,74,207); }
td.TdClassName
{
border-color: #484ACF;
}
.TagClassName
{
border-color: #484ACF;
}
</style>