Shades of Free Speech Blue #4761CE
Tints of Free Speech Blue #4761CE
RGB
CMYK
RGB Variations
Color information
#4761CE (or 0x4761CE) is known color: Free Speech Blue. HEX triplet: 47, 61 and CE. RGB value is (71,97,206). Sum of RGB (Red+Green+Blue) = 71+97+206=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #4761CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4761CE is #B89E31. Grayscale: #656565. Windows color (decimal): -12099122 or 13525319. OLE color: 13525319.
HSL color Cylindrical-coordinate representation of color #4761CE: hue angle of 228.44º 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 #4761CE is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 97 | 206 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.19 |
| HSL | 228.44º | 0.58% | 0.54% | - |
| HSV(B) | 228.44º | 0.66% | 0.81% | - |
| XYZ | 18.01 | 14.35 | 60.21 | - |
| YUV | 101.65 | 186.89 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 206 | 0.66 | 0.53 | 0 | 0.19 | 228.44 | 0.58 | 0.54 |
| Hex | 47 | 61 | CE | 42 | 35 | 0 | 13 | E4 | 3A | 36 |
| Octal | 107 | 141 | 316 | 102 | 65 | 0 | 23 | 344 | 72 | 66 |
| Binary | 1000111 | 1100001 | 11001110 | 1000010 | 110101 | 0 | 10011 | 11100100 | 111010 | 110110 |
Color Harmonies of #4761CE
Complementary color
Monochromatic Colors of #4761CE
Black with #4761CE
Text Example
Text Example
White with #4761CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4761CE; }
p { color: rgb(71,97,206); }
H1.HeaderClassName
{
color: #4761CE;
}
.AnyTagClassName
{
color: #4761CE;
}
</style>
background-color css
<style>
a { background-color: #4761CE; }
a { background-color: rgb(71,97,206); }
div.DivClassName
{
background-color: #4761CE;
}
.BgClassName
{
background-color: #4761CE;
}
</style>
border-color css
<style>
span { border-color: #4761CE; }
span { border-color: rgb(71,97,206); }
td.TdClassName
{
border-color: #4761CE;
}
.TagClassName
{
border-color: #4761CE;
}
</style>