Shades of Free Speech Blue #4750CE
Tints of Free Speech Blue #4750CE
RGB
CMYK
RGB Variations
Color information
#4750CE (or 0x4750CE) is known color: Free Speech Blue. HEX triplet: 47, 50 and CE. RGB value is (71,80,206). Sum of RGB (Red+Green+Blue) = 71+80+206=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #4750CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4750CE is #B8AF31. Grayscale: #5B5B5B. Windows color (decimal): -12103474 or 13520967. OLE color: 13520967.
HSL color Cylindrical-coordinate representation of color #4750CE: hue angle of 236º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4750CE is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 80 | 206 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.19 |
| HSL | 236º | 0.58% | 0.54% | - |
| HSV(B) | 236º | 0.66% | 0.81% | - |
| XYZ | 16.61 | 11.53 | 59.74 | - |
| YUV | 91.67 | 192.52 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 206 | 0.66 | 0.61 | 0 | 0.19 | 236 | 0.58 | 0.54 |
| Hex | 47 | 50 | CE | 42 | 3D | 0 | 13 | EC | 3A | 36 |
| Octal | 107 | 120 | 316 | 102 | 75 | 0 | 23 | 354 | 72 | 66 |
| Binary | 1000111 | 1010000 | 11001110 | 1000010 | 111101 | 0 | 10011 | 11101100 | 111010 | 110110 |
Color Harmonies of #4750CE
Complementary color
Monochromatic Colors of #4750CE
Black with #4750CE
Text Example
Text Example
White with #4750CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4750CE; }
p { color: rgb(71,80,206); }
H1.HeaderClassName
{
color: #4750CE;
}
.AnyTagClassName
{
color: #4750CE;
}
</style>
background-color css
<style>
a { background-color: #4750CE; }
a { background-color: rgb(71,80,206); }
div.DivClassName
{
background-color: #4750CE;
}
.BgClassName
{
background-color: #4750CE;
}
</style>
border-color css
<style>
span { border-color: #4750CE; }
span { border-color: rgb(71,80,206); }
td.TdClassName
{
border-color: #4750CE;
}
.TagClassName
{
border-color: #4750CE;
}
</style>