Shades of Free Speech Blue #484AD6
Tints of Free Speech Blue #484AD6
RGB
CMYK
RGB Variations
Color information
#484AD6 (or 0x484AD6) is known color: Free Speech Blue. HEX triplet: 48, 4A and D6. RGB value is (72,74,214). Sum of RGB (Red+Green+Blue) = 72+74+214=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 214 (83.98% from 255 or 59.44% from 360); Max value from RGB is 214 - color contains mainly: blue. Hex color #484AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484AD6 is #B7B529. Grayscale: #585858. Windows color (decimal): -12039466 or 14043720. OLE color: 14043720.
HSL color Cylindrical-coordinate representation of color #484AD6: 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 #484AD6 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 74 | 214 | - |
| 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.26 | 11.13 | 64.86 | - |
| YUV | 89.36 | 198.34 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 214 | 0.66 | 0.65 | 0 | 0.16 | 239.15 | 0.63 | 0.56 |
| Hex | 48 | 4A | D6 | 42 | 41 | 0 | 10 | EF | 3F | 38 |
| Octal | 110 | 112 | 326 | 102 | 101 | 0 | 20 | 357 | 77 | 70 |
| Binary | 1001000 | 1001010 | 11010110 | 1000010 | 1000001 | 0 | 10000 | 11101111 | 111111 | 111000 |
Color Harmonies of #484AD6
Complementary color
Monochromatic Colors of #484AD6
Black with #484AD6
Text Example
Text Example
White with #484AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484AD6; }
p { color: rgb(72,74,214); }
H1.HeaderClassName
{
color: #484AD6;
}
.AnyTagClassName
{
color: #484AD6;
}
</style>
background-color css
<style>
a { background-color: #484AD6; }
a { background-color: rgb(72,74,214); }
div.DivClassName
{
background-color: #484AD6;
}
.BgClassName
{
background-color: #484AD6;
}
</style>
border-color css
<style>
span { border-color: #484AD6; }
span { border-color: rgb(72,74,214); }
td.TdClassName
{
border-color: #484AD6;
}
.TagClassName
{
border-color: #484AD6;
}
</style>