Shades of Free Speech Blue #4A55CE
Tints of Free Speech Blue #4A55CE
RGB
CMYK
RGB Variations
Color information
#4A55CE (or 0x4A55CE) is known color: Free Speech Blue. HEX triplet: 4A, 55 and CE. RGB value is (74,85,206). Sum of RGB (Red+Green+Blue) = 74+85+206=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A55CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A55CE is #B5AA31. Grayscale: #5F5F5F. Windows color (decimal): -11905586 or 13522250. OLE color: 13522250.
HSL color Cylindrical-coordinate representation of color #4A55CE: hue angle of 235º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A55CE is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 85 | 206 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.19 |
| HSL | 235º | 0.57% | 0.55% | - |
| HSV(B) | 235º | 0.64% | 0.81% | - |
| XYZ | 17.21 | 12.41 | 59.88 | - |
| YUV | 95.51 | 190.36 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 206 | 0.64 | 0.59 | 0 | 0.19 | 235 | 0.57 | 0.55 |
| Hex | 4A | 55 | CE | 40 | 3B | 0 | 13 | EB | 39 | 37 |
| Octal | 112 | 125 | 316 | 100 | 73 | 0 | 23 | 353 | 71 | 67 |
| Binary | 1001010 | 1010101 | 11001110 | 1000000 | 111011 | 0 | 10011 | 11101011 | 111001 | 110111 |
Color Harmonies of #4A55CE
Complementary color
Monochromatic Colors of #4A55CE
Black with #4A55CE
Text Example
Text Example
White with #4A55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A55CE; }
p { color: rgb(74,85,206); }
H1.HeaderClassName
{
color: #4A55CE;
}
.AnyTagClassName
{
color: #4A55CE;
}
</style>
background-color css
<style>
a { background-color: #4A55CE; }
a { background-color: rgb(74,85,206); }
div.DivClassName
{
background-color: #4A55CE;
}
.BgClassName
{
background-color: #4A55CE;
}
</style>
border-color css
<style>
span { border-color: #4A55CE; }
span { border-color: rgb(74,85,206); }
td.TdClassName
{
border-color: #4A55CE;
}
.TagClassName
{
border-color: #4A55CE;
}
</style>