Shades of Free Speech Blue #484EDA
Tints of Free Speech Blue #484EDA
RGB
CMYK
RGB Variations
Color information
#484EDA (or 0x484EDA) is known color: Free Speech Blue. HEX triplet: 48, 4E and DA. RGB value is (72,78,218). Sum of RGB (Red+Green+Blue) = 72+78+218=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #484EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484EDA is #B7B125. Grayscale: #5B5B5B. Windows color (decimal): -12038438 or 14306888. OLE color: 14306888.
HSL color Cylindrical-coordinate representation of color #484EDA: hue angle of 237.53º 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 #484EDA is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 78 | 218 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.15 |
| HSL | 237.53º | 0.66% | 0.57% | - |
| HSV(B) | 237.53º | 0.67% | 0.85% | - |
| XYZ | 18.05 | 11.89 | 67.67 | - |
| YUV | 92.17 | 199.01 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 218 | 0.67 | 0.64 | 0 | 0.15 | 237.53 | 0.66 | 0.57 |
| Hex | 48 | 4E | DA | 43 | 40 | 0 | F | EE | 42 | 39 |
| Octal | 110 | 116 | 332 | 103 | 100 | 0 | 17 | 356 | 102 | 71 |
| Binary | 1001000 | 1001110 | 11011010 | 1000011 | 1000000 | 0 | 1111 | 11101110 | 1000010 | 111001 |
Color Harmonies of #484EDA
Complementary color
Monochromatic Colors of #484EDA
Black with #484EDA
Text Example
Text Example
White with #484EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484EDA; }
p { color: rgb(72,78,218); }
H1.HeaderClassName
{
color: #484EDA;
}
.AnyTagClassName
{
color: #484EDA;
}
</style>
background-color css
<style>
a { background-color: #484EDA; }
a { background-color: rgb(72,78,218); }
div.DivClassName
{
background-color: #484EDA;
}
.BgClassName
{
background-color: #484EDA;
}
</style>
border-color css
<style>
span { border-color: #484EDA; }
span { border-color: rgb(72,78,218); }
td.TdClassName
{
border-color: #484EDA;
}
.TagClassName
{
border-color: #484EDA;
}
</style>