Shades of Free Speech Blue #4B5BCD
Tints of Free Speech Blue #4B5BCD
RGB
CMYK
RGB Variations
Color information
#4B5BCD (or 0x4B5BCD) is known color: Free Speech Blue. HEX triplet: 4B, 5B and CD. RGB value is (75,91,205). Sum of RGB (Red+Green+Blue) = 75+91+205=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B5BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5BCD is #B4A432. Grayscale: #626262. Windows color (decimal): -11838515 or 13458251. OLE color: 13458251.
HSL color Cylindrical-coordinate representation of color #4B5BCD: hue angle of 232.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B5BCD is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 91 | 205 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.20 |
| HSL | 232.62º | 0.57% | 0.55% | - |
| HSV(B) | 232.62º | 0.63% | 0.8% | - |
| XYZ | 17.66 | 13.39 | 59.41 | - |
| YUV | 99.21 | 187.7 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 91 | 205 | 0.63 | 0.56 | 0 | 0.20 | 232.62 | 0.57 | 0.55 |
| Hex | 4B | 5B | CD | 3F | 38 | 0 | 14 | E9 | 39 | 37 |
| Octal | 113 | 133 | 315 | 77 | 70 | 0 | 24 | 351 | 71 | 67 |
| Binary | 1001011 | 1011011 | 11001101 | 111111 | 111000 | 0 | 10100 | 11101001 | 111001 | 110111 |
Color Harmonies of #4B5BCD
Complementary color
Monochromatic Colors of #4B5BCD
Black with #4B5BCD
Text Example
Text Example
White with #4B5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5BCD; }
p { color: rgb(75,91,205); }
H1.HeaderClassName
{
color: #4B5BCD;
}
.AnyTagClassName
{
color: #4B5BCD;
}
</style>
background-color css
<style>
a { background-color: #4B5BCD; }
a { background-color: rgb(75,91,205); }
div.DivClassName
{
background-color: #4B5BCD;
}
.BgClassName
{
background-color: #4B5BCD;
}
</style>
border-color css
<style>
span { border-color: #4B5BCD; }
span { border-color: rgb(75,91,205); }
td.TdClassName
{
border-color: #4B5BCD;
}
.TagClassName
{
border-color: #4B5BCD;
}
</style>