Shades of Free Speech Blue #4C5BCE
Tints of Free Speech Blue #4C5BCE
RGB
CMYK
RGB Variations
Color information
#4C5BCE (or 0x4C5BCE) is known color: Free Speech Blue. HEX triplet: 4C, 5B and CE. RGB value is (76,91,206). Sum of RGB (Red+Green+Blue) = 76+91+206=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C5BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5BCE is #B3A431. Grayscale: #636363. Windows color (decimal): -11772978 or 13523788. OLE color: 13523788.
HSL color Cylindrical-coordinate representation of color #4C5BCE: hue angle of 233.08º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C5BCE is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 91 | 206 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.19 |
| HSL | 233.08º | 0.57% | 0.55% | - |
| HSV(B) | 233.08º | 0.63% | 0.81% | - |
| XYZ | 17.86 | 13.47 | 60.05 | - |
| YUV | 99.63 | 188.03 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 91 | 206 | 0.63 | 0.56 | 0 | 0.19 | 233.08 | 0.57 | 0.55 |
| Hex | 4C | 5B | CE | 3F | 38 | 0 | 13 | E9 | 39 | 37 |
| Octal | 114 | 133 | 316 | 77 | 70 | 0 | 23 | 351 | 71 | 67 |
| Binary | 1001100 | 1011011 | 11001110 | 111111 | 111000 | 0 | 10011 | 11101001 | 111001 | 110111 |
Color Harmonies of #4C5BCE
Complementary color
Monochromatic Colors of #4C5BCE
Black with #4C5BCE
Text Example
Text Example
White with #4C5BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5BCE; }
p { color: rgb(76,91,206); }
H1.HeaderClassName
{
color: #4C5BCE;
}
.AnyTagClassName
{
color: #4C5BCE;
}
</style>
background-color css
<style>
a { background-color: #4C5BCE; }
a { background-color: rgb(76,91,206); }
div.DivClassName
{
background-color: #4C5BCE;
}
.BgClassName
{
background-color: #4C5BCE;
}
</style>
border-color css
<style>
span { border-color: #4C5BCE; }
span { border-color: rgb(76,91,206); }
td.TdClassName
{
border-color: #4C5BCE;
}
.TagClassName
{
border-color: #4C5BCE;
}
</style>