Shades of Free Speech Blue #4737CF
Tints of Free Speech Blue #4737CF
RGB
CMYK
RGB Variations
Color information
#4737CF (or 0x4737CF) is known color: Free Speech Blue. HEX triplet: 47, 37 and CF. RGB value is (71,55,207). Sum of RGB (Red+Green+Blue) = 71+55+207=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #4737CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4737CF is #B8C830. Grayscale: #4C4C4C. Windows color (decimal): -12109873 or 13580103. OLE color: 13580103.
HSL color Cylindrical-coordinate representation of color #4737CF: hue angle of 246.32º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4737CF is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 55 | 207 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.19 |
| HSL | 246.32º | 0.61% | 0.51% | - |
| HSV(B) | 246.32º | 0.73% | 0.81% | - |
| XYZ | 15.23 | 8.58 | 59.88 | - |
| YUV | 77.11 | 201.3 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 55 | 207 | 0.66 | 0.73 | 0 | 0.19 | 246.32 | 0.61 | 0.51 |
| Hex | 47 | 37 | CF | 42 | 49 | 0 | 13 | F6 | 3D | 33 |
| Octal | 107 | 67 | 317 | 102 | 111 | 0 | 23 | 366 | 75 | 63 |
| Binary | 1000111 | 110111 | 11001111 | 1000010 | 1001001 | 0 | 10011 | 11110110 | 111101 | 110011 |
Color Harmonies of #4737CF
Complementary color
Monochromatic Colors of #4737CF
Black with #4737CF
Text Example
Text Example
White with #4737CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4737CF; }
p { color: rgb(71,55,207); }
H1.HeaderClassName
{
color: #4737CF;
}
.AnyTagClassName
{
color: #4737CF;
}
</style>
background-color css
<style>
a { background-color: #4737CF; }
a { background-color: rgb(71,55,207); }
div.DivClassName
{
background-color: #4737CF;
}
.BgClassName
{
background-color: #4737CF;
}
</style>
border-color css
<style>
span { border-color: #4737CF; }
span { border-color: rgb(71,55,207); }
td.TdClassName
{
border-color: #4737CF;
}
.TagClassName
{
border-color: #4737CF;
}
</style>