Shades of Free Speech Blue #484CC1
Tints of Free Speech Blue #484CC1
RGB
CMYK
RGB Variations
Color information
#484CC1 (or 0x484CC1) is known color: Free Speech Blue. HEX triplet: 48, 4C and C1. RGB value is (72,76,193). Sum of RGB (Red+Green+Blue) = 72+76+193=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #484CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CC1 is #B7B33E. Grayscale: #575757. Windows color (decimal): -12038975 or 12667976. OLE color: 12667976.
HSL color Cylindrical-coordinate representation of color #484CC1: hue angle of 238.02º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #484CC1 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 76 | 193 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.24 |
| HSL | 238.02º | 0.49% | 0.52% | - |
| HSV(B) | 238.02º | 0.63% | 0.76% | - |
| XYZ | 14.88 | 10.4 | 51.67 | - |
| YUV | 88.14 | 187.17 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 193 | 0.63 | 0.61 | 0 | 0.24 | 238.02 | 0.49 | 0.52 |
| Hex | 48 | 4C | C1 | 3F | 3D | 0 | 18 | EE | 31 | 34 |
| Octal | 110 | 114 | 301 | 77 | 75 | 0 | 30 | 356 | 61 | 64 |
| Binary | 1001000 | 1001100 | 11000001 | 111111 | 111101 | 0 | 11000 | 11101110 | 110001 | 110100 |
Color Harmonies of #484CC1
Complementary color
Monochromatic Colors of #484CC1
Black with #484CC1
Text Example
Text Example
White with #484CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484CC1; }
p { color: rgb(72,76,193); }
H1.HeaderClassName
{
color: #484CC1;
}
.AnyTagClassName
{
color: #484CC1;
}
</style>
background-color css
<style>
a { background-color: #484CC1; }
a { background-color: rgb(72,76,193); }
div.DivClassName
{
background-color: #484CC1;
}
.BgClassName
{
background-color: #484CC1;
}
</style>
border-color css
<style>
span { border-color: #484CC1; }
span { border-color: rgb(72,76,193); }
td.TdClassName
{
border-color: #484CC1;
}
.TagClassName
{
border-color: #484CC1;
}
</style>