Shades of Free Speech Blue #484CC2
Tints of Free Speech Blue #484CC2
RGB
CMYK
RGB Variations
Color information
#484CC2 (or 0x484CC2) is known color: Free Speech Blue. HEX triplet: 48, 4C and C2. RGB value is (72,76,194). Sum of RGB (Red+Green+Blue) = 72+76+194=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 194 (76.17% from 255 or 56.73% from 342); Max value from RGB is 194 - color contains mainly: blue. Hex color #484CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CC2 is #B7B33D. Grayscale: #575757. Windows color (decimal): -12038974 or 12733512. OLE color: 12733512.
HSL color Cylindrical-coordinate representation of color #484CC2: hue angle of 238.03º degrees, saturation: 0.5, 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 #484CC2 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 76 | 194 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.24 |
| HSL | 238.03º | 0.5% | 0.52% | - |
| HSV(B) | 238.03º | 0.63% | 0.76% | - |
| XYZ | 14.99 | 10.44 | 52.26 | - |
| YUV | 88.26 | 187.67 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 194 | 0.63 | 0.61 | 0 | 0.24 | 238.03 | 0.5 | 0.52 |
| Hex | 48 | 4C | C2 | 3F | 3D | 0 | 18 | EE | 32 | 34 |
| Octal | 110 | 114 | 302 | 77 | 75 | 0 | 30 | 356 | 62 | 64 |
| Binary | 1001000 | 1001100 | 11000010 | 111111 | 111101 | 0 | 11000 | 11101110 | 110010 | 110100 |
Color Harmonies of #484CC2
Complementary color
Monochromatic Colors of #484CC2
Black with #484CC2
Text Example
Text Example
White with #484CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484CC2; }
p { color: rgb(72,76,194); }
H1.HeaderClassName
{
color: #484CC2;
}
.AnyTagClassName
{
color: #484CC2;
}
</style>
background-color css
<style>
a { background-color: #484CC2; }
a { background-color: rgb(72,76,194); }
div.DivClassName
{
background-color: #484CC2;
}
.BgClassName
{
background-color: #484CC2;
}
</style>
border-color css
<style>
span { border-color: #484CC2; }
span { border-color: rgb(72,76,194); }
td.TdClassName
{
border-color: #484CC2;
}
.TagClassName
{
border-color: #484CC2;
}
</style>