Shades of Free Speech Blue #484ECE
Tints of Free Speech Blue #484ECE
RGB
CMYK
RGB Variations
Color information
#484ECE (or 0x484ECE) is known color: Free Speech Blue. HEX triplet: 48, 4E and CE. RGB value is (72,78,206). Sum of RGB (Red+Green+Blue) = 72+78+206=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #484ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484ECE is #B7B131. Grayscale: #5A5A5A. Windows color (decimal): -12038450 or 13520456. OLE color: 13520456.
HSL color Cylindrical-coordinate representation of color #484ECE: hue angle of 237.31º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484ECE is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 78 | 206 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.19 |
| HSL | 237.31º | 0.58% | 0.55% | - |
| HSV(B) | 237.31º | 0.65% | 0.81% | - |
| XYZ | 16.54 | 11.28 | 59.7 | - |
| YUV | 90.8 | 193.01 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 206 | 0.65 | 0.62 | 0 | 0.19 | 237.31 | 0.58 | 0.55 |
| Hex | 48 | 4E | CE | 41 | 3E | 0 | 13 | ED | 3A | 37 |
| Octal | 110 | 116 | 316 | 101 | 76 | 0 | 23 | 355 | 72 | 67 |
| Binary | 1001000 | 1001110 | 11001110 | 1000001 | 111110 | 0 | 10011 | 11101101 | 111010 | 110111 |
Color Harmonies of #484ECE
Complementary color
Monochromatic Colors of #484ECE
Black with #484ECE
Text Example
Text Example
White with #484ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484ECE; }
p { color: rgb(72,78,206); }
H1.HeaderClassName
{
color: #484ECE;
}
.AnyTagClassName
{
color: #484ECE;
}
</style>
background-color css
<style>
a { background-color: #484ECE; }
a { background-color: rgb(72,78,206); }
div.DivClassName
{
background-color: #484ECE;
}
.BgClassName
{
background-color: #484ECE;
}
</style>
border-color css
<style>
span { border-color: #484ECE; }
span { border-color: rgb(72,78,206); }
td.TdClassName
{
border-color: #484ECE;
}
.TagClassName
{
border-color: #484ECE;
}
</style>