Shades of Free Speech Blue #484BDA
Tints of Free Speech Blue #484BDA
RGB
CMYK
RGB Variations
Color information
#484BDA (or 0x484BDA) is known color: Free Speech Blue. HEX triplet: 48, 4B and DA. RGB value is (72,75,218). Sum of RGB (Red+Green+Blue) = 72+75+218=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #484BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484BDA is #B7B425. Grayscale: #595959. Windows color (decimal): -12039206 or 14306120. OLE color: 14306120.
HSL color Cylindrical-coordinate representation of color #484BDA: hue angle of 238.77º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #484BDA is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 75 | 218 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.15 |
| HSL | 238.77º | 0.66% | 0.57% | - |
| HSV(B) | 238.77º | 0.67% | 0.85% | - |
| XYZ | 17.84 | 11.47 | 67.6 | - |
| YUV | 90.41 | 200.01 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 218 | 0.67 | 0.66 | 0 | 0.15 | 238.77 | 0.66 | 0.57 |
| Hex | 48 | 4B | DA | 43 | 42 | 0 | F | EF | 42 | 39 |
| Octal | 110 | 113 | 332 | 103 | 102 | 0 | 17 | 357 | 102 | 71 |
| Binary | 1001000 | 1001011 | 11011010 | 1000011 | 1000010 | 0 | 1111 | 11101111 | 1000010 | 111001 |
Color Harmonies of #484BDA
Complementary color
Monochromatic Colors of #484BDA
Black with #484BDA
Text Example
Text Example
White with #484BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484BDA; }
p { color: rgb(72,75,218); }
H1.HeaderClassName
{
color: #484BDA;
}
.AnyTagClassName
{
color: #484BDA;
}
</style>
background-color css
<style>
a { background-color: #484BDA; }
a { background-color: rgb(72,75,218); }
div.DivClassName
{
background-color: #484BDA;
}
.BgClassName
{
background-color: #484BDA;
}
</style>
border-color css
<style>
span { border-color: #484BDA; }
span { border-color: rgb(72,75,218); }
td.TdClassName
{
border-color: #484BDA;
}
.TagClassName
{
border-color: #484BDA;
}
</style>