Shades of Free Speech Blue #4A55D8
Tints of Free Speech Blue #4A55D8
RGB
CMYK
RGB Variations
Color information
#4A55D8 (or 0x4A55D8) is known color: Free Speech Blue. HEX triplet: 4A, 55 and D8. RGB value is (74,85,216). Sum of RGB (Red+Green+Blue) = 74+85+216=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 216 (84.77% from 255 or 57.6% from 375); Max value from RGB is 216 - color contains mainly: blue. Hex color #4A55D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A55D8 is #B5AA27. Grayscale: #606060. Windows color (decimal): -11905576 or 14177610. OLE color: 14177610.
HSL color Cylindrical-coordinate representation of color #4A55D8: hue angle of 235.35º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A55D8 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 85 | 216 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.15 |
| HSL | 235.35º | 0.65% | 0.57% | - |
| HSV(B) | 235.35º | 0.66% | 0.85% | - |
| XYZ | 18.47 | 12.91 | 66.48 | - |
| YUV | 96.65 | 195.36 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 216 | 0.66 | 0.61 | 0 | 0.15 | 235.35 | 0.65 | 0.57 |
| Hex | 4A | 55 | D8 | 42 | 3D | 0 | F | EB | 41 | 39 |
| Octal | 112 | 125 | 330 | 102 | 75 | 0 | 17 | 353 | 101 | 71 |
| Binary | 1001010 | 1010101 | 11011000 | 1000010 | 111101 | 0 | 1111 | 11101011 | 1000001 | 111001 |
Color Harmonies of #4A55D8
Complementary color
Monochromatic Colors of #4A55D8
Black with #4A55D8
Text Example
Text Example
White with #4A55D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A55D8; }
p { color: rgb(74,85,216); }
H1.HeaderClassName
{
color: #4A55D8;
}
.AnyTagClassName
{
color: #4A55D8;
}
</style>
background-color css
<style>
a { background-color: #4A55D8; }
a { background-color: rgb(74,85,216); }
div.DivClassName
{
background-color: #4A55D8;
}
.BgClassName
{
background-color: #4A55D8;
}
</style>
border-color css
<style>
span { border-color: #4A55D8; }
span { border-color: rgb(74,85,216); }
td.TdClassName
{
border-color: #4A55D8;
}
.TagClassName
{
border-color: #4A55D8;
}
</style>