Shades of Free Speech Blue #484ECB
Tints of Free Speech Blue #484ECB
RGB
CMYK
RGB Variations
Color information
#484ECB (or 0x484ECB) is known color: Free Speech Blue. HEX triplet: 48, 4E and CB. RGB value is (72,78,203). Sum of RGB (Red+Green+Blue) = 72+78+203=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #484ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484ECB is #B7B134. Grayscale: #595959. Windows color (decimal): -12038453 or 13323848. OLE color: 13323848.
HSL color Cylindrical-coordinate representation of color #484ECB: hue angle of 237.25º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484ECB is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 78 | 203 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.20 |
| HSL | 237.25º | 0.56% | 0.54% | - |
| HSV(B) | 237.25º | 0.65% | 0.8% | - |
| XYZ | 16.18 | 11.14 | 57.8 | - |
| YUV | 90.46 | 191.51 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 203 | 0.65 | 0.62 | 0 | 0.20 | 237.25 | 0.56 | 0.54 |
| Hex | 48 | 4E | CB | 41 | 3E | 0 | 14 | ED | 38 | 36 |
| Octal | 110 | 116 | 313 | 101 | 76 | 0 | 24 | 355 | 70 | 66 |
| Binary | 1001000 | 1001110 | 11001011 | 1000001 | 111110 | 0 | 10100 | 11101101 | 111000 | 110110 |
Color Harmonies of #484ECB
Complementary color
Monochromatic Colors of #484ECB
Black with #484ECB
Text Example
Text Example
White with #484ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484ECB; }
p { color: rgb(72,78,203); }
H1.HeaderClassName
{
color: #484ECB;
}
.AnyTagClassName
{
color: #484ECB;
}
</style>
background-color css
<style>
a { background-color: #484ECB; }
a { background-color: rgb(72,78,203); }
div.DivClassName
{
background-color: #484ECB;
}
.BgClassName
{
background-color: #484ECB;
}
</style>
border-color css
<style>
span { border-color: #484ECB; }
span { border-color: rgb(72,78,203); }
td.TdClassName
{
border-color: #484ECB;
}
.TagClassName
{
border-color: #484ECB;
}
</style>