Shades of Free Speech Blue #4D5ACE
Tints of Free Speech Blue #4D5ACE
RGB
CMYK
RGB Variations
Color information
#4D5ACE (or 0x4D5ACE) is known color: Free Speech Blue. HEX triplet: 4D, 5A and CE. RGB value is (77,90,206). Sum of RGB (Red+Green+Blue) = 77+90+206=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 90 (35.55% from 255 or 24.13% 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 #4D5ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5ACE is #B2A531. Grayscale: #626262. Windows color (decimal): -11707698 or 13523533. OLE color: 13523533.
HSL color Cylindrical-coordinate representation of color #4D5ACE: hue angle of 233.95º 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 #4D5ACE is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 90 | 206 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.19 |
| HSL | 233.95º | 0.57% | 0.55% | - |
| HSV(B) | 233.95º | 0.63% | 0.81% | - |
| XYZ | 17.86 | 13.35 | 60.03 | - |
| YUV | 99.34 | 188.19 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 206 | 0.63 | 0.56 | 0 | 0.19 | 233.95 | 0.57 | 0.55 |
| Hex | 4D | 5A | CE | 3F | 38 | 0 | 13 | EA | 39 | 37 |
| Octal | 115 | 132 | 316 | 77 | 70 | 0 | 23 | 352 | 71 | 67 |
| Binary | 1001101 | 1011010 | 11001110 | 111111 | 111000 | 0 | 10011 | 11101010 | 111001 | 110111 |
Color Harmonies of #4D5ACE
Complementary color
Monochromatic Colors of #4D5ACE
Black with #4D5ACE
Text Example
Text Example
White with #4D5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5ACE; }
p { color: rgb(77,90,206); }
H1.HeaderClassName
{
color: #4D5ACE;
}
.AnyTagClassName
{
color: #4D5ACE;
}
</style>
background-color css
<style>
a { background-color: #4D5ACE; }
a { background-color: rgb(77,90,206); }
div.DivClassName
{
background-color: #4D5ACE;
}
.BgClassName
{
background-color: #4D5ACE;
}
</style>
border-color css
<style>
span { border-color: #4D5ACE; }
span { border-color: rgb(77,90,206); }
td.TdClassName
{
border-color: #4D5ACE;
}
.TagClassName
{
border-color: #4D5ACE;
}
</style>