Shades of Free Speech Blue #484DDC
Tints of Free Speech Blue #484DDC
RGB
CMYK
RGB Variations
Color information
#484DDC (or 0x484DDC) is known color: Free Speech Blue. HEX triplet: 48, 4D and DC. RGB value is (72,77,220). Sum of RGB (Red+Green+Blue) = 72+77+220=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #484DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DDC is #B7B223. Grayscale: #5B5B5B. Windows color (decimal): -12038692 or 14437704. OLE color: 14437704.
HSL color Cylindrical-coordinate representation of color #484DDC: hue angle of 237.97º 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 #484DDC is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 77 | 220 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.14 |
| HSL | 237.97º | 0.68% | 0.57% | - |
| HSV(B) | 237.97º | 0.67% | 0.86% | - |
| XYZ | 18.24 | 11.85 | 69.04 | - |
| YUV | 91.81 | 200.34 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 220 | 0.67 | 0.65 | 0 | 0.14 | 237.97 | 0.68 | 0.57 |
| Hex | 48 | 4D | DC | 43 | 41 | 0 | E | EE | 44 | 39 |
| Octal | 110 | 115 | 334 | 103 | 101 | 0 | 16 | 356 | 104 | 71 |
| Binary | 1001000 | 1001101 | 11011100 | 1000011 | 1000001 | 0 | 1110 | 11101110 | 1000100 | 111001 |
Color Harmonies of #484DDC
Complementary color
Monochromatic Colors of #484DDC
Black with #484DDC
Text Example
Text Example
White with #484DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DDC; }
p { color: rgb(72,77,220); }
H1.HeaderClassName
{
color: #484DDC;
}
.AnyTagClassName
{
color: #484DDC;
}
</style>
background-color css
<style>
a { background-color: #484DDC; }
a { background-color: rgb(72,77,220); }
div.DivClassName
{
background-color: #484DDC;
}
.BgClassName
{
background-color: #484DDC;
}
</style>
border-color css
<style>
span { border-color: #484DDC; }
span { border-color: rgb(72,77,220); }
td.TdClassName
{
border-color: #484DDC;
}
.TagClassName
{
border-color: #484DDC;
}
</style>