Shades of Free Speech Blue #4B5CCF
Tints of Free Speech Blue #4B5CCF
RGB
CMYK
RGB Variations
Color information
#4B5CCF (or 0x4B5CCF) is known color: Free Speech Blue. HEX triplet: 4B, 5C and CF. RGB value is (75,92,207). Sum of RGB (Red+Green+Blue) = 75+92+207=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B5CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5CCF is #B4A330. Grayscale: #636363. Windows color (decimal): -11838257 or 13589579. OLE color: 13589579.
HSL color Cylindrical-coordinate representation of color #4B5CCF: hue angle of 232.27º 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 #4B5CCF is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 92 | 207 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.19 |
| HSL | 232.27º | 0.58% | 0.55% | - |
| HSV(B) | 232.27º | 0.64% | 0.81% | - |
| XYZ | 17.99 | 13.66 | 60.72 | - |
| YUV | 100.03 | 188.37 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 92 | 207 | 0.64 | 0.56 | 0 | 0.19 | 232.27 | 0.58 | 0.55 |
| Hex | 4B | 5C | CF | 40 | 38 | 0 | 13 | E8 | 3A | 37 |
| Octal | 113 | 134 | 317 | 100 | 70 | 0 | 23 | 350 | 72 | 67 |
| Binary | 1001011 | 1011100 | 11001111 | 1000000 | 111000 | 0 | 10011 | 11101000 | 111010 | 110111 |
Color Harmonies of #4B5CCF
Complementary color
Monochromatic Colors of #4B5CCF
Black with #4B5CCF
Text Example
Text Example
White with #4B5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5CCF; }
p { color: rgb(75,92,207); }
H1.HeaderClassName
{
color: #4B5CCF;
}
.AnyTagClassName
{
color: #4B5CCF;
}
</style>
background-color css
<style>
a { background-color: #4B5CCF; }
a { background-color: rgb(75,92,207); }
div.DivClassName
{
background-color: #4B5CCF;
}
.BgClassName
{
background-color: #4B5CCF;
}
</style>
border-color css
<style>
span { border-color: #4B5CCF; }
span { border-color: rgb(75,92,207); }
td.TdClassName
{
border-color: #4B5CCF;
}
.TagClassName
{
border-color: #4B5CCF;
}
</style>