Shades of Free Speech Blue #4760D0
Tints of Free Speech Blue #4760D0
RGB
CMYK
RGB Variations
Color information
#4760D0 (or 0x4760D0) is known color: Free Speech Blue. HEX triplet: 47, 60 and D0. RGB value is (71,96,208). Sum of RGB (Red+Green+Blue) = 71+96+208=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #4760D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4760D0 is #B89F2F. Grayscale: #646464. Windows color (decimal): -12099376 or 13656135. OLE color: 13656135.
HSL color Cylindrical-coordinate representation of color #4760D0: hue angle of 229.05º degrees, saturation: 0.59, 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 #4760D0 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 96 | 208 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.18 |
| HSL | 229.05º | 0.59% | 0.55% | - |
| HSV(B) | 229.05º | 0.66% | 0.82% | - |
| XYZ | 18.17 | 14.26 | 61.47 | - |
| YUV | 101.29 | 188.22 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 208 | 0.66 | 0.54 | 0 | 0.18 | 229.05 | 0.59 | 0.55 |
| Hex | 47 | 60 | D0 | 42 | 36 | 0 | 12 | E5 | 3B | 37 |
| Octal | 107 | 140 | 320 | 102 | 66 | 0 | 22 | 345 | 73 | 67 |
| Binary | 1000111 | 1100000 | 11010000 | 1000010 | 110110 | 0 | 10010 | 11100101 | 111011 | 110111 |
Color Harmonies of #4760D0
Complementary color
Monochromatic Colors of #4760D0
Black with #4760D0
Text Example
Text Example
White with #4760D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4760D0; }
p { color: rgb(71,96,208); }
H1.HeaderClassName
{
color: #4760D0;
}
.AnyTagClassName
{
color: #4760D0;
}
</style>
background-color css
<style>
a { background-color: #4760D0; }
a { background-color: rgb(71,96,208); }
div.DivClassName
{
background-color: #4760D0;
}
.BgClassName
{
background-color: #4760D0;
}
</style>
border-color css
<style>
span { border-color: #4760D0; }
span { border-color: rgb(71,96,208); }
td.TdClassName
{
border-color: #4760D0;
}
.TagClassName
{
border-color: #4760D0;
}
</style>