Shades of Free Speech Blue #484BDC
Tints of Free Speech Blue #484BDC
RGB
CMYK
RGB Variations
Color information
#484BDC (or 0x484BDC) is known color: Free Speech Blue. HEX triplet: 48, 4B and DC. RGB value is (72,75,220). Sum of RGB (Red+Green+Blue) = 72+75+220=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #484BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484BDC is #B7B423. Grayscale: #5A5A5A. Windows color (decimal): -12039204 or 14437192. OLE color: 14437192.
HSL color Cylindrical-coordinate representation of color #484BDC: hue angle of 238.78º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #484BDC is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 75 | 220 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.14 |
| HSL | 238.78º | 0.68% | 0.57% | - |
| HSV(B) | 238.78º | 0.67% | 0.86% | - |
| XYZ | 18.11 | 11.58 | 68.99 | - |
| YUV | 90.63 | 201.01 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 220 | 0.67 | 0.66 | 0 | 0.14 | 238.78 | 0.68 | 0.57 |
| Hex | 48 | 4B | DC | 43 | 42 | 0 | E | EF | 44 | 39 |
| Octal | 110 | 113 | 334 | 103 | 102 | 0 | 16 | 357 | 104 | 71 |
| Binary | 1001000 | 1001011 | 11011100 | 1000011 | 1000010 | 0 | 1110 | 11101111 | 1000100 | 111001 |
Color Harmonies of #484BDC
Complementary color
Monochromatic Colors of #484BDC
Black with #484BDC
Text Example
Text Example
White with #484BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484BDC; }
p { color: rgb(72,75,220); }
H1.HeaderClassName
{
color: #484BDC;
}
.AnyTagClassName
{
color: #484BDC;
}
</style>
background-color css
<style>
a { background-color: #484BDC; }
a { background-color: rgb(72,75,220); }
div.DivClassName
{
background-color: #484BDC;
}
.BgClassName
{
background-color: #484BDC;
}
</style>
border-color css
<style>
span { border-color: #484BDC; }
span { border-color: rgb(72,75,220); }
td.TdClassName
{
border-color: #484BDC;
}
.TagClassName
{
border-color: #484BDC;
}
</style>