Shades of Free Speech Blue #4755CE
Tints of Free Speech Blue #4755CE
RGB
CMYK
RGB Variations
Color information
#4755CE (or 0x4755CE) is known color: Free Speech Blue. HEX triplet: 47, 55 and CE. RGB value is (71,85,206). Sum of RGB (Red+Green+Blue) = 71+85+206=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #4755CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4755CE is #B8AA31. Grayscale: #5E5E5E. Windows color (decimal): -12102194 or 13522247. OLE color: 13522247.
HSL color Cylindrical-coordinate representation of color #4755CE: hue angle of 233.78º 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 #4755CE is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 85 | 206 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.19 |
| HSL | 233.78º | 0.58% | 0.54% | - |
| HSV(B) | 233.78º | 0.66% | 0.81% | - |
| XYZ | 16.99 | 12.29 | 59.87 | - |
| YUV | 94.61 | 190.86 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 206 | 0.66 | 0.59 | 0 | 0.19 | 233.78 | 0.58 | 0.54 |
| Hex | 47 | 55 | CE | 42 | 3B | 0 | 13 | EA | 3A | 36 |
| Octal | 107 | 125 | 316 | 102 | 73 | 0 | 23 | 352 | 72 | 66 |
| Binary | 1000111 | 1010101 | 11001110 | 1000010 | 111011 | 0 | 10011 | 11101010 | 111010 | 110110 |
Color Harmonies of #4755CE
Complementary color
Monochromatic Colors of #4755CE
Black with #4755CE
Text Example
Text Example
White with #4755CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4755CE; }
p { color: rgb(71,85,206); }
H1.HeaderClassName
{
color: #4755CE;
}
.AnyTagClassName
{
color: #4755CE;
}
</style>
background-color css
<style>
a { background-color: #4755CE; }
a { background-color: rgb(71,85,206); }
div.DivClassName
{
background-color: #4755CE;
}
.BgClassName
{
background-color: #4755CE;
}
</style>
border-color css
<style>
span { border-color: #4755CE; }
span { border-color: rgb(71,85,206); }
td.TdClassName
{
border-color: #4755CE;
}
.TagClassName
{
border-color: #4755CE;
}
</style>