Shades of Free Speech Blue #4A58CC
Tints of Free Speech Blue #4A58CC
RGB
CMYK
RGB Variations
Color information
#4A58CC (or 0x4A58CC) is known color: Free Speech Blue. HEX triplet: 4A, 58 and CC. RGB value is (74,88,204). Sum of RGB (Red+Green+Blue) = 74+88+204=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A58CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A58CC is #B5A733. Grayscale: #606060. Windows color (decimal): -11904820 or 13391946. OLE color: 13391946.
HSL color Cylindrical-coordinate representation of color #4A58CC: hue angle of 233.54º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A58CC is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 88 | 204 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.2 |
| HSL | 233.54º | 0.56% | 0.55% | - |
| HSV(B) | 233.54º | 0.64% | 0.8% | - |
| XYZ | 17.21 | 12.79 | 58.69 | - |
| YUV | 97.04 | 188.36 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 204 | 0.64 | 0.57 | 0 | 0.2 | 233.54 | 0.56 | 0.55 |
| Hex | 4A | 58 | CC | 40 | 39 | 0 | 14 | EA | 38 | 37 |
| Octal | 112 | 130 | 314 | 100 | 71 | 0 | 24 | 352 | 70 | 67 |
| Binary | 1001010 | 1011000 | 11001100 | 1000000 | 111001 | 0 | 10100 | 11101010 | 111000 | 110111 |
Color Harmonies of #4A58CC
Complementary color
Monochromatic Colors of #4A58CC
Black with #4A58CC
Text Example
Text Example
White with #4A58CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A58CC; }
p { color: rgb(74,88,204); }
H1.HeaderClassName
{
color: #4A58CC;
}
.AnyTagClassName
{
color: #4A58CC;
}
</style>
background-color css
<style>
a { background-color: #4A58CC; }
a { background-color: rgb(74,88,204); }
div.DivClassName
{
background-color: #4A58CC;
}
.BgClassName
{
background-color: #4A58CC;
}
</style>
border-color css
<style>
span { border-color: #4A58CC; }
span { border-color: rgb(74,88,204); }
td.TdClassName
{
border-color: #4A58CC;
}
.TagClassName
{
border-color: #4A58CC;
}
</style>