Shades of Free Speech Blue #484AD5
Tints of Free Speech Blue #484AD5
RGB
CMYK
RGB Variations
Color information
#484AD5 (or 0x484AD5) is known color: Free Speech Blue. HEX triplet: 48, 4A and D5. RGB value is (72,74,213). Sum of RGB (Red+Green+Blue) = 72+74+213=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 213 (83.59% from 255 or 59.33% from 359); Max value from RGB is 213 - color contains mainly: blue. Hex color #484AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484AD5 is #B7B52A. Grayscale: #585858. Windows color (decimal): -12039467 or 13978184. OLE color: 13978184.
HSL color Cylindrical-coordinate representation of color #484AD5: hue angle of 239.15º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #484AD5 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 74 | 213 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.16 |
| HSL | 239.15º | 0.63% | 0.56% | - |
| HSV(B) | 239.15º | 0.66% | 0.84% | - |
| XYZ | 17.13 | 11.08 | 64.19 | - |
| YUV | 89.25 | 197.84 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 213 | 0.66 | 0.65 | 0 | 0.16 | 239.15 | 0.63 | 0.56 |
| Hex | 48 | 4A | D5 | 42 | 41 | 0 | 10 | EF | 3F | 38 |
| Octal | 110 | 112 | 325 | 102 | 101 | 0 | 20 | 357 | 77 | 70 |
| Binary | 1001000 | 1001010 | 11010101 | 1000010 | 1000001 | 0 | 10000 | 11101111 | 111111 | 111000 |
Color Harmonies of #484AD5
Complementary color
Monochromatic Colors of #484AD5
Black with #484AD5
Text Example
Text Example
White with #484AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484AD5; }
p { color: rgb(72,74,213); }
H1.HeaderClassName
{
color: #484AD5;
}
.AnyTagClassName
{
color: #484AD5;
}
</style>
background-color css
<style>
a { background-color: #484AD5; }
a { background-color: rgb(72,74,213); }
div.DivClassName
{
background-color: #484AD5;
}
.BgClassName
{
background-color: #484AD5;
}
</style>
border-color css
<style>
span { border-color: #484AD5; }
span { border-color: rgb(72,74,213); }
td.TdClassName
{
border-color: #484AD5;
}
.TagClassName
{
border-color: #484AD5;
}
</style>