Shades of Free Speech Blue #4B5ABC
Tints of Free Speech Blue #4B5ABC
RGB
CMYK
RGB Variations
Color information
#4B5ABC (or 0x4B5ABC) is known color: Free Speech Blue. HEX triplet: 4B, 5A and BC. RGB value is (75,90,188). Sum of RGB (Red+Green+Blue) = 75+90+188=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B5ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5ABC is #B4A543. Grayscale: #606060. Windows color (decimal): -11838788 or 12343883. OLE color: 12343883.
HSL color Cylindrical-coordinate representation of color #4B5ABC: hue angle of 232.04º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B5ABC is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 90 | 188 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.26 |
| HSL | 232.04º | 0.46% | 0.52% | - |
| HSV(B) | 232.04º | 0.6% | 0.74% | - |
| XYZ | 15.63 | 12.44 | 49.15 | - |
| YUV | 96.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 188 | 0.60 | 0.52 | 0 | 0.26 | 232.04 | 0.46 | 0.52 |
| Hex | 4B | 5A | BC | 3C | 34 | 0 | 1A | E8 | 2E | 34 |
| Octal | 113 | 132 | 274 | 74 | 64 | 0 | 32 | 350 | 56 | 64 |
| Binary | 1001011 | 1011010 | 10111100 | 111100 | 110100 | 0 | 11010 | 11101000 | 101110 | 110100 |
Color Harmonies of #4B5ABC
Complementary color
Monochromatic Colors of #4B5ABC
Black with #4B5ABC
Text Example
Text Example
White with #4B5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5ABC; }
p { color: rgb(75,90,188); }
H1.HeaderClassName
{
color: #4B5ABC;
}
.AnyTagClassName
{
color: #4B5ABC;
}
</style>
background-color css
<style>
a { background-color: #4B5ABC; }
a { background-color: rgb(75,90,188); }
div.DivClassName
{
background-color: #4B5ABC;
}
.BgClassName
{
background-color: #4B5ABC;
}
</style>
border-color css
<style>
span { border-color: #4B5ABC; }
span { border-color: rgb(75,90,188); }
td.TdClassName
{
border-color: #4B5ABC;
}
.TagClassName
{
border-color: #4B5ABC;
}
</style>