Shades of Free Speech Blue #4A6ABC
Tints of Free Speech Blue #4A6ABC
RGB
CMYK
RGB Variations
Color information
#4A6ABC (or 0x4A6ABC) is known color: Free Speech Blue. HEX triplet: 4A, 6A and BC. RGB value is (74,106,188). Sum of RGB (Red+Green+Blue) = 74+106+188=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A6ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6ABC is #B59543. Grayscale: #696969. Windows color (decimal): -11900228 or 12347978. OLE color: 12347978.
HSL color Cylindrical-coordinate representation of color #4A6ABC: hue angle of 223.16º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A6ABC is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 106 | 188 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.26 |
| HSL | 223.16º | 0.46% | 0.51% | - |
| HSV(B) | 223.16º | 0.61% | 0.74% | - |
| XYZ | 17.06 | 15.39 | 49.65 | - |
| YUV | 105.78 | 174.4 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 106 | 188 | 0.61 | 0.44 | 0 | 0.26 | 223.16 | 0.46 | 0.51 |
| Hex | 4A | 6A | BC | 3D | 2C | 0 | 1A | DF | 2E | 33 |
| Octal | 112 | 152 | 274 | 75 | 54 | 0 | 32 | 337 | 56 | 63 |
| Binary | 1001010 | 1101010 | 10111100 | 111101 | 101100 | 0 | 11010 | 11011111 | 101110 | 110011 |
Color Harmonies of #4A6ABC
Complementary color
Monochromatic Colors of #4A6ABC
Black with #4A6ABC
Text Example
Text Example
White with #4A6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6ABC; }
p { color: rgb(74,106,188); }
H1.HeaderClassName
{
color: #4A6ABC;
}
.AnyTagClassName
{
color: #4A6ABC;
}
</style>
background-color css
<style>
a { background-color: #4A6ABC; }
a { background-color: rgb(74,106,188); }
div.DivClassName
{
background-color: #4A6ABC;
}
.BgClassName
{
background-color: #4A6ABC;
}
</style>
border-color css
<style>
span { border-color: #4A6ABC; }
span { border-color: rgb(74,106,188); }
td.TdClassName
{
border-color: #4A6ABC;
}
.TagClassName
{
border-color: #4A6ABC;
}
</style>