Shades of Free Speech Blue #484DCB
Tints of Free Speech Blue #484DCB
RGB
CMYK
RGB Variations
Color information
#484DCB (or 0x484DCB) is known color: Free Speech Blue. HEX triplet: 48, 4D and CB. RGB value is (72,77,203). Sum of RGB (Red+Green+Blue) = 72+77+203=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #484DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DCB is #B7B234. Grayscale: #595959. Windows color (decimal): -12038709 or 13323592. OLE color: 13323592.
HSL color Cylindrical-coordinate representation of color #484DCB: hue angle of 237.71º 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 #484DCB is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 77 | 203 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.20 |
| HSL | 237.71º | 0.56% | 0.54% | - |
| HSV(B) | 237.71º | 0.65% | 0.8% | - |
| XYZ | 16.11 | 11 | 57.77 | - |
| YUV | 89.87 | 191.84 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 203 | 0.65 | 0.62 | 0 | 0.20 | 237.71 | 0.56 | 0.54 |
| Hex | 48 | 4D | CB | 41 | 3E | 0 | 14 | EE | 38 | 36 |
| Octal | 110 | 115 | 313 | 101 | 76 | 0 | 24 | 356 | 70 | 66 |
| Binary | 1001000 | 1001101 | 11001011 | 1000001 | 111110 | 0 | 10100 | 11101110 | 111000 | 110110 |
Color Harmonies of #484DCB
Complementary color
Monochromatic Colors of #484DCB
Black with #484DCB
Text Example
Text Example
White with #484DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DCB; }
p { color: rgb(72,77,203); }
H1.HeaderClassName
{
color: #484DCB;
}
.AnyTagClassName
{
color: #484DCB;
}
</style>
background-color css
<style>
a { background-color: #484DCB; }
a { background-color: rgb(72,77,203); }
div.DivClassName
{
background-color: #484DCB;
}
.BgClassName
{
background-color: #484DCB;
}
</style>
border-color css
<style>
span { border-color: #484DCB; }
span { border-color: rgb(72,77,203); }
td.TdClassName
{
border-color: #484DCB;
}
.TagClassName
{
border-color: #484DCB;
}
</style>