Shades of Free Speech Blue #4750D1
Tints of Free Speech Blue #4750D1
RGB
CMYK
RGB Variations
Color information
#4750D1 (or 0x4750D1) is known color: Free Speech Blue. HEX triplet: 47, 50 and D1. RGB value is (71,80,209). Sum of RGB (Red+Green+Blue) = 71+80+209=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 209 (82.03% from 255 or 58.06% from 360); Max value from RGB is 209 - color contains mainly: blue. Hex color #4750D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4750D1 is #B8AF2E. Grayscale: #5B5B5B. Windows color (decimal): -12103471 or 13717575. OLE color: 13717575.
HSL color Cylindrical-coordinate representation of color #4750D1: hue angle of 236.09º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4750D1 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 80 | 209 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.18 |
| HSL | 236.09º | 0.6% | 0.55% | - |
| HSV(B) | 236.09º | 0.66% | 0.82% | - |
| XYZ | 16.98 | 11.68 | 61.68 | - |
| YUV | 92.02 | 194.02 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 209 | 0.66 | 0.62 | 0 | 0.18 | 236.09 | 0.6 | 0.55 |
| Hex | 47 | 50 | D1 | 42 | 3E | 0 | 12 | EC | 3C | 37 |
| Octal | 107 | 120 | 321 | 102 | 76 | 0 | 22 | 354 | 74 | 67 |
| Binary | 1000111 | 1010000 | 11010001 | 1000010 | 111110 | 0 | 10010 | 11101100 | 111100 | 110111 |
Color Harmonies of #4750D1
Complementary color
Monochromatic Colors of #4750D1
Black with #4750D1
Text Example
Text Example
White with #4750D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4750D1; }
p { color: rgb(71,80,209); }
H1.HeaderClassName
{
color: #4750D1;
}
.AnyTagClassName
{
color: #4750D1;
}
</style>
background-color css
<style>
a { background-color: #4750D1; }
a { background-color: rgb(71,80,209); }
div.DivClassName
{
background-color: #4750D1;
}
.BgClassName
{
background-color: #4750D1;
}
</style>
border-color css
<style>
span { border-color: #4750D1; }
span { border-color: rgb(71,80,209); }
td.TdClassName
{
border-color: #4750D1;
}
.TagClassName
{
border-color: #4750D1;
}
</style>