Shades of Free Speech Blue #4755CF
Tints of Free Speech Blue #4755CF
RGB
CMYK
RGB Variations
Color information
#4755CF (or 0x4755CF) is known color: Free Speech Blue. HEX triplet: 47, 55 and CF. RGB value is (71,85,207). Sum of RGB (Red+Green+Blue) = 71+85+207=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #4755CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4755CF is #B8AA30. Grayscale: #5E5E5E. Windows color (decimal): -12102193 or 13587783. OLE color: 13587783.
HSL color Cylindrical-coordinate representation of color #4755CF: hue angle of 233.82º 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 #4755CF is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 85 | 207 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.19 |
| HSL | 233.82º | 0.59% | 0.55% | - |
| HSV(B) | 233.82º | 0.66% | 0.81% | - |
| XYZ | 17.11 | 12.34 | 60.51 | - |
| YUV | 94.72 | 191.36 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 207 | 0.66 | 0.59 | 0 | 0.19 | 233.82 | 0.59 | 0.55 |
| Hex | 47 | 55 | CF | 42 | 3B | 0 | 13 | EA | 3B | 37 |
| Octal | 107 | 125 | 317 | 102 | 73 | 0 | 23 | 352 | 73 | 67 |
| Binary | 1000111 | 1010101 | 11001111 | 1000010 | 111011 | 0 | 10011 | 11101010 | 111011 | 110111 |
Color Harmonies of #4755CF
Complementary color
Monochromatic Colors of #4755CF
Black with #4755CF
Text Example
Text Example
White with #4755CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4755CF; }
p { color: rgb(71,85,207); }
H1.HeaderClassName
{
color: #4755CF;
}
.AnyTagClassName
{
color: #4755CF;
}
</style>
background-color css
<style>
a { background-color: #4755CF; }
a { background-color: rgb(71,85,207); }
div.DivClassName
{
background-color: #4755CF;
}
.BgClassName
{
background-color: #4755CF;
}
</style>
border-color css
<style>
span { border-color: #4755CF; }
span { border-color: rgb(71,85,207); }
td.TdClassName
{
border-color: #4755CF;
}
.TagClassName
{
border-color: #4755CF;
}
</style>