Shades of Free Speech Blue #4B4CC4
Tints of Free Speech Blue #4B4CC4
RGB
CMYK
RGB Variations
Color information
#4B4CC4 (or 0x4B4CC4) is known color: Free Speech Blue. HEX triplet: 4B, 4C and C4. RGB value is (75,76,196). Sum of RGB (Red+Green+Blue) = 75+76+196=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 196 (76.95% from 255 or 56.48% from 347); Max value from RGB is 196 - color contains mainly: blue. Hex color #4B4CC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4CC4 is #B4B33B. Grayscale: #585858. Windows color (decimal): -11842364 or 12864587. OLE color: 12864587.
HSL color Cylindrical-coordinate representation of color #4B4CC4: hue angle of 239.5º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B4CC4 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 76 | 196 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.23 |
| HSL | 239.5º | 0.51% | 0.53% | - |
| HSV(B) | 239.5º | 0.62% | 0.77% | - |
| XYZ | 15.45 | 10.65 | 53.47 | - |
| YUV | 89.38 | 188.17 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 76 | 196 | 0.62 | 0.61 | 0 | 0.23 | 239.5 | 0.51 | 0.53 |
| Hex | 4B | 4C | C4 | 3E | 3D | 0 | 17 | F0 | 33 | 35 |
| Octal | 113 | 114 | 304 | 76 | 75 | 0 | 27 | 360 | 63 | 65 |
| Binary | 1001011 | 1001100 | 11000100 | 111110 | 111101 | 0 | 10111 | 11110000 | 110011 | 110101 |
Color Harmonies of #4B4CC4
Complementary color
Monochromatic Colors of #4B4CC4
Black with #4B4CC4
Text Example
Text Example
White with #4B4CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4CC4; }
p { color: rgb(75,76,196); }
H1.HeaderClassName
{
color: #4B4CC4;
}
.AnyTagClassName
{
color: #4B4CC4;
}
</style>
background-color css
<style>
a { background-color: #4B4CC4; }
a { background-color: rgb(75,76,196); }
div.DivClassName
{
background-color: #4B4CC4;
}
.BgClassName
{
background-color: #4B4CC4;
}
</style>
border-color css
<style>
span { border-color: #4B4CC4; }
span { border-color: rgb(75,76,196); }
td.TdClassName
{
border-color: #4B4CC4;
}
.TagClassName
{
border-color: #4B4CC4;
}
</style>