Shades of Free Speech Blue #4760CF
Tints of Free Speech Blue #4760CF
RGB
CMYK
RGB Variations
Color information
#4760CF (or 0x4760CF) is known color: Free Speech Blue. HEX triplet: 47, 60 and CF. RGB value is (71,96,207). Sum of RGB (Red+Green+Blue) = 71+96+207=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #4760CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4760CF is #B89F30. Grayscale: #646464. Windows color (decimal): -12099377 or 13590599. OLE color: 13590599.
HSL color Cylindrical-coordinate representation of color #4760CF: hue angle of 228.97º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4760CF is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 96 | 207 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.19 |
| HSL | 228.97º | 0.59% | 0.55% | - |
| HSV(B) | 228.97º | 0.66% | 0.81% | - |
| XYZ | 18.04 | 14.21 | 60.82 | - |
| YUV | 101.18 | 187.72 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 207 | 0.66 | 0.54 | 0 | 0.19 | 228.97 | 0.59 | 0.55 |
| Hex | 47 | 60 | CF | 42 | 36 | 0 | 13 | E5 | 3B | 37 |
| Octal | 107 | 140 | 317 | 102 | 66 | 0 | 23 | 345 | 73 | 67 |
| Binary | 1000111 | 1100000 | 11001111 | 1000010 | 110110 | 0 | 10011 | 11100101 | 111011 | 110111 |
Color Harmonies of #4760CF
Complementary color
Monochromatic Colors of #4760CF
Black with #4760CF
Text Example
Text Example
White with #4760CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4760CF; }
p { color: rgb(71,96,207); }
H1.HeaderClassName
{
color: #4760CF;
}
.AnyTagClassName
{
color: #4760CF;
}
</style>
background-color css
<style>
a { background-color: #4760CF; }
a { background-color: rgb(71,96,207); }
div.DivClassName
{
background-color: #4760CF;
}
.BgClassName
{
background-color: #4760CF;
}
</style>
border-color css
<style>
span { border-color: #4760CF; }
span { border-color: rgb(71,96,207); }
td.TdClassName
{
border-color: #4760CF;
}
.TagClassName
{
border-color: #4760CF;
}
</style>