Shades of Free Speech Blue #4865BA
Tints of Free Speech Blue #4865BA
RGB
CMYK
RGB Variations
Color information
#4865BA (or 0x4865BA) is known color: Free Speech Blue. HEX triplet: 48, 65 and BA. RGB value is (72,101,186). Sum of RGB (Red+Green+Blue) = 72+101+186=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #4865BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4865BA is #B79A45. Grayscale: #656565. Windows color (decimal): -12032582 or 12215624. OLE color: 12215624.
HSL color Cylindrical-coordinate representation of color #4865BA: hue angle of 224.74º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4865BA is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 101 | 186 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.27 |
| HSL | 224.74º | 0.45% | 0.51% | - |
| HSV(B) | 224.74º | 0.61% | 0.73% | - |
| XYZ | 16.19 | 14.23 | 48.35 | - |
| YUV | 102.02 | 175.39 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 186 | 0.61 | 0.46 | 0 | 0.27 | 224.74 | 0.45 | 0.51 |
| Hex | 48 | 65 | BA | 3D | 2E | 0 | 1B | E1 | 2D | 33 |
| Octal | 110 | 145 | 272 | 75 | 56 | 0 | 33 | 341 | 55 | 63 |
| Binary | 1001000 | 1100101 | 10111010 | 111101 | 101110 | 0 | 11011 | 11100001 | 101101 | 110011 |
Color Harmonies of #4865BA
Complementary color
Monochromatic Colors of #4865BA
Black with #4865BA
Text Example
Text Example
White with #4865BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4865BA; }
p { color: rgb(72,101,186); }
H1.HeaderClassName
{
color: #4865BA;
}
.AnyTagClassName
{
color: #4865BA;
}
</style>
background-color css
<style>
a { background-color: #4865BA; }
a { background-color: rgb(72,101,186); }
div.DivClassName
{
background-color: #4865BA;
}
.BgClassName
{
background-color: #4865BA;
}
</style>
border-color css
<style>
span { border-color: #4865BA; }
span { border-color: rgb(72,101,186); }
td.TdClassName
{
border-color: #4865BA;
}
.TagClassName
{
border-color: #4865BA;
}
</style>