Shades of Free Speech Blue #484CCB
Tints of Free Speech Blue #484CCB
RGB
CMYK
RGB Variations
Color information
#484CCB (or 0x484CCB) is known color: Free Speech Blue. HEX triplet: 48, 4C and CB. RGB value is (72,76,203). Sum of RGB (Red+Green+Blue) = 72+76+203=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #484CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CCB is #B7B334. Grayscale: #585858. Windows color (decimal): -12038965 or 13323336. OLE color: 13323336.
HSL color Cylindrical-coordinate representation of color #484CCB: hue angle of 238.17º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484CCB is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 76 | 203 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.20 |
| HSL | 238.17º | 0.56% | 0.54% | - |
| HSV(B) | 238.17º | 0.65% | 0.8% | - |
| XYZ | 16.04 | 10.86 | 57.75 | - |
| YUV | 89.28 | 192.17 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 203 | 0.65 | 0.63 | 0 | 0.20 | 238.17 | 0.56 | 0.54 |
| Hex | 48 | 4C | CB | 41 | 3F | 0 | 14 | EE | 38 | 36 |
| Octal | 110 | 114 | 313 | 101 | 77 | 0 | 24 | 356 | 70 | 66 |
| Binary | 1001000 | 1001100 | 11001011 | 1000001 | 111111 | 0 | 10100 | 11101110 | 111000 | 110110 |
Color Harmonies of #484CCB
Complementary color
Monochromatic Colors of #484CCB
Black with #484CCB
Text Example
Text Example
White with #484CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484CCB; }
p { color: rgb(72,76,203); }
H1.HeaderClassName
{
color: #484CCB;
}
.AnyTagClassName
{
color: #484CCB;
}
</style>
background-color css
<style>
a { background-color: #484CCB; }
a { background-color: rgb(72,76,203); }
div.DivClassName
{
background-color: #484CCB;
}
.BgClassName
{
background-color: #484CCB;
}
</style>
border-color css
<style>
span { border-color: #484CCB; }
span { border-color: rgb(72,76,203); }
td.TdClassName
{
border-color: #484CCB;
}
.TagClassName
{
border-color: #484CCB;
}
</style>