Shades of Free Speech Blue #4A6BBC
Tints of Free Speech Blue #4A6BBC
RGB
CMYK
RGB Variations
Color information
#4A6BBC (or 0x4A6BBC) is known color: Free Speech Blue. HEX triplet: 4A, 6B and BC. RGB value is (74,107,188). Sum of RGB (Red+Green+Blue) = 74+107+188=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A6BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6BBC is #B59443. Grayscale: #6A6A6A. Windows color (decimal): -11899972 or 12348234. OLE color: 12348234.
HSL color Cylindrical-coordinate representation of color #4A6BBC: hue angle of 222.63º 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 #4A6BBC is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 107 | 188 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.26 |
| HSL | 222.63º | 0.46% | 0.51% | - |
| HSV(B) | 222.63º | 0.61% | 0.74% | - |
| XYZ | 17.16 | 15.6 | 49.68 | - |
| YUV | 106.37 | 174.07 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 107 | 188 | 0.61 | 0.43 | 0 | 0.26 | 222.63 | 0.46 | 0.51 |
| Hex | 4A | 6B | BC | 3D | 2B | 0 | 1A | DF | 2E | 33 |
| Octal | 112 | 153 | 274 | 75 | 53 | 0 | 32 | 337 | 56 | 63 |
| Binary | 1001010 | 1101011 | 10111100 | 111101 | 101011 | 0 | 11010 | 11011111 | 101110 | 110011 |
Color Harmonies of #4A6BBC
Complementary color
Monochromatic Colors of #4A6BBC
Black with #4A6BBC
Text Example
Text Example
White with #4A6BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6BBC; }
p { color: rgb(74,107,188); }
H1.HeaderClassName
{
color: #4A6BBC;
}
.AnyTagClassName
{
color: #4A6BBC;
}
</style>
background-color css
<style>
a { background-color: #4A6BBC; }
a { background-color: rgb(74,107,188); }
div.DivClassName
{
background-color: #4A6BBC;
}
.BgClassName
{
background-color: #4A6BBC;
}
</style>
border-color css
<style>
span { border-color: #4A6BBC; }
span { border-color: rgb(74,107,188); }
td.TdClassName
{
border-color: #4A6BBC;
}
.TagClassName
{
border-color: #4A6BBC;
}
</style>