Shades of Free Speech Blue #484BCE
Tints of Free Speech Blue #484BCE
RGB
CMYK
RGB Variations
Color information
#484BCE (or 0x484BCE) is known color: Free Speech Blue. HEX triplet: 48, 4B and CE. RGB value is (72,75,206). Sum of RGB (Red+Green+Blue) = 72+75+206=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #484BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484BCE is #B7B431. Grayscale: #585858. Windows color (decimal): -12039218 or 13519688. OLE color: 13519688.
HSL color Cylindrical-coordinate representation of color #484BCE: hue angle of 238.66º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484BCE is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 75 | 206 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.19 |
| HSL | 238.66º | 0.58% | 0.55% | - |
| HSV(B) | 238.66º | 0.65% | 0.81% | - |
| XYZ | 16.33 | 10.87 | 59.63 | - |
| YUV | 89.04 | 194.01 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 206 | 0.65 | 0.64 | 0 | 0.19 | 238.66 | 0.58 | 0.55 |
| Hex | 48 | 4B | CE | 41 | 40 | 0 | 13 | EF | 3A | 37 |
| Octal | 110 | 113 | 316 | 101 | 100 | 0 | 23 | 357 | 72 | 67 |
| Binary | 1001000 | 1001011 | 11001110 | 1000001 | 1000000 | 0 | 10011 | 11101111 | 111010 | 110111 |
Color Harmonies of #484BCE
Complementary color
Monochromatic Colors of #484BCE
Black with #484BCE
Text Example
Text Example
White with #484BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484BCE; }
p { color: rgb(72,75,206); }
H1.HeaderClassName
{
color: #484BCE;
}
.AnyTagClassName
{
color: #484BCE;
}
</style>
background-color css
<style>
a { background-color: #484BCE; }
a { background-color: rgb(72,75,206); }
div.DivClassName
{
background-color: #484BCE;
}
.BgClassName
{
background-color: #484BCE;
}
</style>
border-color css
<style>
span { border-color: #484BCE; }
span { border-color: rgb(72,75,206); }
td.TdClassName
{
border-color: #484BCE;
}
.TagClassName
{
border-color: #484BCE;
}
</style>