Shades of Free Speech Blue #4865BC
Tints of Free Speech Blue #4865BC
RGB
CMYK
RGB Variations
Color information
#4865BC (or 0x4865BC) is known color: Free Speech Blue. HEX triplet: 48, 65 and BC. RGB value is (72,101,188). Sum of RGB (Red+Green+Blue) = 72+101+188=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #4865BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4865BC is #B79A43. Grayscale: #656565. Windows color (decimal): -12032580 or 12346696. OLE color: 12346696.
HSL color Cylindrical-coordinate representation of color #4865BC: hue angle of 225º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4865BC is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 101 | 188 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.26 |
| HSL | 225º | 0.46% | 0.51% | - |
| HSV(B) | 225º | 0.62% | 0.74% | - |
| XYZ | 16.4 | 14.32 | 49.48 | - |
| YUV | 102.25 | 176.39 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 188 | 0.62 | 0.46 | 0 | 0.26 | 225 | 0.46 | 0.51 |
| Hex | 48 | 65 | BC | 3E | 2E | 0 | 1A | E1 | 2E | 33 |
| Octal | 110 | 145 | 274 | 76 | 56 | 0 | 32 | 341 | 56 | 63 |
| Binary | 1001000 | 1100101 | 10111100 | 111110 | 101110 | 0 | 11010 | 11100001 | 101110 | 110011 |
Color Harmonies of #4865BC
Complementary color
Monochromatic Colors of #4865BC
Black with #4865BC
Text Example
Text Example
White with #4865BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4865BC; }
p { color: rgb(72,101,188); }
H1.HeaderClassName
{
color: #4865BC;
}
.AnyTagClassName
{
color: #4865BC;
}
</style>
background-color css
<style>
a { background-color: #4865BC; }
a { background-color: rgb(72,101,188); }
div.DivClassName
{
background-color: #4865BC;
}
.BgClassName
{
background-color: #4865BC;
}
</style>
border-color css
<style>
span { border-color: #4865BC; }
span { border-color: rgb(72,101,188); }
td.TdClassName
{
border-color: #4865BC;
}
.TagClassName
{
border-color: #4865BC;
}
</style>