Shades of Free Speech Blue #4851B3
Tints of Free Speech Blue #4851B3
RGB
CMYK
RGB Variations
Color information
#4851B3 (or 0x4851B3) is known color: Free Speech Blue. HEX triplet: 48, 51 and B3. RGB value is (72,81,179). Sum of RGB (Red+Green+Blue) = 72+81+179=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 179 (70.31% from 255 or 53.92% from 332); Max value from RGB is 179 - color contains mainly: blue. Hex color #4851B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4851B3 is #B7AE4C. Grayscale: #595959. Windows color (decimal): -12037709 or 11751752. OLE color: 11751752.
HSL color Cylindrical-coordinate representation of color #4851B3: hue angle of 234.95º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4851B3 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 81 | 179 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.30 |
| HSL | 234.95º | 0.43% | 0.49% | - |
| HSV(B) | 234.95º | 0.6% | 0.7% | - |
| XYZ | 13.75 | 10.52 | 43.95 | - |
| YUV | 89.48 | 178.52 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 179 | 0.60 | 0.55 | 0 | 0.30 | 234.95 | 0.43 | 0.49 |
| Hex | 48 | 51 | B3 | 3C | 37 | 0 | 1E | EB | 2B | 31 |
| Octal | 110 | 121 | 263 | 74 | 67 | 0 | 36 | 353 | 53 | 61 |
| Binary | 1001000 | 1010001 | 10110011 | 111100 | 110111 | 0 | 11110 | 11101011 | 101011 | 110001 |
Color Harmonies of #4851B3
Complementary color
Monochromatic Colors of #4851B3
Black with #4851B3
Text Example
Text Example
White with #4851B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4851B3; }
p { color: rgb(72,81,179); }
H1.HeaderClassName
{
color: #4851B3;
}
.AnyTagClassName
{
color: #4851B3;
}
</style>
background-color css
<style>
a { background-color: #4851B3; }
a { background-color: rgb(72,81,179); }
div.DivClassName
{
background-color: #4851B3;
}
.BgClassName
{
background-color: #4851B3;
}
</style>
border-color css
<style>
span { border-color: #4851B3; }
span { border-color: rgb(72,81,179); }
td.TdClassName
{
border-color: #4851B3;
}
.TagClassName
{
border-color: #4851B3;
}
</style>