Shades of Free Speech Blue #484FDC
Tints of Free Speech Blue #484FDC
RGB
CMYK
RGB Variations
Color information
#484FDC (or 0x484FDC) is known color: Free Speech Blue. HEX triplet: 48, 4F and DC. RGB value is (72,79,220). Sum of RGB (Red+Green+Blue) = 72+79+220=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #484FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484FDC is #B7B023. Grayscale: #5C5C5C. Windows color (decimal): -12038180 or 14438216. OLE color: 14438216.
HSL color Cylindrical-coordinate representation of color #484FDC: hue angle of 237.16º 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 #484FDC is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 79 | 220 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.14 |
| HSL | 237.16º | 0.68% | 0.57% | - |
| HSV(B) | 237.16º | 0.67% | 0.86% | - |
| XYZ | 18.39 | 12.14 | 69.08 | - |
| YUV | 92.98 | 199.68 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 220 | 0.67 | 0.64 | 0 | 0.14 | 237.16 | 0.68 | 0.57 |
| Hex | 48 | 4F | DC | 43 | 40 | 0 | E | ED | 44 | 39 |
| Octal | 110 | 117 | 334 | 103 | 100 | 0 | 16 | 355 | 104 | 71 |
| Binary | 1001000 | 1001111 | 11011100 | 1000011 | 1000000 | 0 | 1110 | 11101101 | 1000100 | 111001 |
Color Harmonies of #484FDC
Complementary color
Monochromatic Colors of #484FDC
Black with #484FDC
Text Example
Text Example
White with #484FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484FDC; }
p { color: rgb(72,79,220); }
H1.HeaderClassName
{
color: #484FDC;
}
.AnyTagClassName
{
color: #484FDC;
}
</style>
background-color css
<style>
a { background-color: #484FDC; }
a { background-color: rgb(72,79,220); }
div.DivClassName
{
background-color: #484FDC;
}
.BgClassName
{
background-color: #484FDC;
}
</style>
border-color css
<style>
span { border-color: #484FDC; }
span { border-color: rgb(72,79,220); }
td.TdClassName
{
border-color: #484FDC;
}
.TagClassName
{
border-color: #484FDC;
}
</style>