Shades of Free Speech Blue #4D60CE
Tints of Free Speech Blue #4D60CE
RGB
CMYK
RGB Variations
Color information
#4D60CE (or 0x4D60CE) is known color: Free Speech Blue. HEX triplet: 4D, 60 and CE. RGB value is (77,96,206). Sum of RGB (Red+Green+Blue) = 77+96+206=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D60CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D60CE is #B29F31. Grayscale: #666666. Windows color (decimal): -11706162 or 13525069. OLE color: 13525069.
HSL color Cylindrical-coordinate representation of color #4D60CE: hue angle of 231.16º 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 #4D60CE is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 96 | 206 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.19 |
| HSL | 231.16º | 0.57% | 0.55% | - |
| HSV(B) | 231.16º | 0.63% | 0.81% | - |
| XYZ | 18.38 | 14.4 | 60.2 | - |
| YUV | 102.86 | 186.21 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 206 | 0.63 | 0.53 | 0 | 0.19 | 231.16 | 0.57 | 0.55 |
| Hex | 4D | 60 | CE | 3F | 35 | 0 | 13 | E7 | 39 | 37 |
| Octal | 115 | 140 | 316 | 77 | 65 | 0 | 23 | 347 | 71 | 67 |
| Binary | 1001101 | 1100000 | 11001110 | 111111 | 110101 | 0 | 10011 | 11100111 | 111001 | 110111 |
Color Harmonies of #4D60CE
Complementary color
Monochromatic Colors of #4D60CE
Black with #4D60CE
Text Example
Text Example
White with #4D60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D60CE; }
p { color: rgb(77,96,206); }
H1.HeaderClassName
{
color: #4D60CE;
}
.AnyTagClassName
{
color: #4D60CE;
}
</style>
background-color css
<style>
a { background-color: #4D60CE; }
a { background-color: rgb(77,96,206); }
div.DivClassName
{
background-color: #4D60CE;
}
.BgClassName
{
background-color: #4D60CE;
}
</style>
border-color css
<style>
span { border-color: #4D60CE; }
span { border-color: rgb(77,96,206); }
td.TdClassName
{
border-color: #4D60CE;
}
.TagClassName
{
border-color: #4D60CE;
}
</style>