Shades of Free Speech Blue #484BCC
Tints of Free Speech Blue #484BCC
RGB
CMYK
RGB Variations
Color information
#484BCC (or 0x484BCC) is known color: Free Speech Blue. HEX triplet: 48, 4B and CC. RGB value is (72,75,204). Sum of RGB (Red+Green+Blue) = 72+75+204=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #484BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484BCC is #B7B433. Grayscale: #585858. Windows color (decimal): -12039220 or 13388616. OLE color: 13388616.
HSL color Cylindrical-coordinate representation of color #484BCC: hue angle of 238.64º 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 #484BCC is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 75 | 204 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.2 |
| HSL | 238.64º | 0.56% | 0.54% | - |
| HSV(B) | 238.64º | 0.65% | 0.8% | - |
| XYZ | 16.09 | 10.77 | 58.36 | - |
| YUV | 88.81 | 193.01 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 204 | 0.65 | 0.63 | 0 | 0.2 | 238.64 | 0.56 | 0.54 |
| Hex | 48 | 4B | CC | 41 | 3F | 0 | 14 | EF | 38 | 36 |
| Octal | 110 | 113 | 314 | 101 | 77 | 0 | 24 | 357 | 70 | 66 |
| Binary | 1001000 | 1001011 | 11001100 | 1000001 | 111111 | 0 | 10100 | 11101111 | 111000 | 110110 |
Color Harmonies of #484BCC
Complementary color
Monochromatic Colors of #484BCC
Black with #484BCC
Text Example
Text Example
White with #484BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484BCC; }
p { color: rgb(72,75,204); }
H1.HeaderClassName
{
color: #484BCC;
}
.AnyTagClassName
{
color: #484BCC;
}
</style>
background-color css
<style>
a { background-color: #484BCC; }
a { background-color: rgb(72,75,204); }
div.DivClassName
{
background-color: #484BCC;
}
.BgClassName
{
background-color: #484BCC;
}
</style>
border-color css
<style>
span { border-color: #484BCC; }
span { border-color: rgb(72,75,204); }
td.TdClassName
{
border-color: #484BCC;
}
.TagClassName
{
border-color: #484BCC;
}
</style>