Shades of Free Speech Blue #4B5ACF
Tints of Free Speech Blue #4B5ACF
RGB
CMYK
RGB Variations
Color information
#4B5ACF (or 0x4B5ACF) is known color: Free Speech Blue. HEX triplet: 4B, 5A and CF. RGB value is (75,90,207). Sum of RGB (Red+Green+Blue) = 75+90+207=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B5ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5ACF is #B4A530. Grayscale: #626262. Windows color (decimal): -11838769 or 13589067. OLE color: 13589067.
HSL color Cylindrical-coordinate representation of color #4B5ACF: hue angle of 233.18º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B5ACF is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 90 | 207 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.19 |
| HSL | 233.18º | 0.58% | 0.55% | - |
| HSV(B) | 233.18º | 0.64% | 0.81% | - |
| XYZ | 17.82 | 13.31 | 60.66 | - |
| YUV | 98.85 | 189.03 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 207 | 0.64 | 0.57 | 0 | 0.19 | 233.18 | 0.58 | 0.55 |
| Hex | 4B | 5A | CF | 40 | 39 | 0 | 13 | E9 | 3A | 37 |
| Octal | 113 | 132 | 317 | 100 | 71 | 0 | 23 | 351 | 72 | 67 |
| Binary | 1001011 | 1011010 | 11001111 | 1000000 | 111001 | 0 | 10011 | 11101001 | 111010 | 110111 |
Color Harmonies of #4B5ACF
Complementary color
Monochromatic Colors of #4B5ACF
Black with #4B5ACF
Text Example
Text Example
White with #4B5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5ACF; }
p { color: rgb(75,90,207); }
H1.HeaderClassName
{
color: #4B5ACF;
}
.AnyTagClassName
{
color: #4B5ACF;
}
</style>
background-color css
<style>
a { background-color: #4B5ACF; }
a { background-color: rgb(75,90,207); }
div.DivClassName
{
background-color: #4B5ACF;
}
.BgClassName
{
background-color: #4B5ACF;
}
</style>
border-color css
<style>
span { border-color: #4B5ACF; }
span { border-color: rgb(75,90,207); }
td.TdClassName
{
border-color: #4B5ACF;
}
.TagClassName
{
border-color: #4B5ACF;
}
</style>