Shades of Free Speech Blue #4B4DCC
Tints of Free Speech Blue #4B4DCC
RGB
CMYK
RGB Variations
Color information
#4B4DCC (or 0x4B4DCC) is known color: Free Speech Blue. HEX triplet: 4B, 4D and CC. RGB value is (75,77,204). Sum of RGB (Red+Green+Blue) = 75+77+204=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B4DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4DCC is #B4B233. Grayscale: #5A5A5A. Windows color (decimal): -11842100 or 13389131. OLE color: 13389131.
HSL color Cylindrical-coordinate representation of color #4B4DCC: hue angle of 239.07º degrees, saturation: 0.56, 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 #4B4DCC is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 77 | 204 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.2 |
| HSL | 239.07º | 0.56% | 0.55% | - |
| HSV(B) | 239.07º | 0.63% | 0.8% | - |
| XYZ | 16.45 | 11.16 | 58.41 | - |
| YUV | 90.88 | 191.84 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 77 | 204 | 0.63 | 0.62 | 0 | 0.2 | 239.07 | 0.56 | 0.55 |
| Hex | 4B | 4D | CC | 3F | 3E | 0 | 14 | EF | 38 | 37 |
| Octal | 113 | 115 | 314 | 77 | 76 | 0 | 24 | 357 | 70 | 67 |
| Binary | 1001011 | 1001101 | 11001100 | 111111 | 111110 | 0 | 10100 | 11101111 | 111000 | 110111 |
Color Harmonies of #4B4DCC
Complementary color
Monochromatic Colors of #4B4DCC
Black with #4B4DCC
Text Example
Text Example
White with #4B4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4DCC; }
p { color: rgb(75,77,204); }
H1.HeaderClassName
{
color: #4B4DCC;
}
.AnyTagClassName
{
color: #4B4DCC;
}
</style>
background-color css
<style>
a { background-color: #4B4DCC; }
a { background-color: rgb(75,77,204); }
div.DivClassName
{
background-color: #4B4DCC;
}
.BgClassName
{
background-color: #4B4DCC;
}
</style>
border-color css
<style>
span { border-color: #4B4DCC; }
span { border-color: rgb(75,77,204); }
td.TdClassName
{
border-color: #4B4DCC;
}
.TagClassName
{
border-color: #4B4DCC;
}
</style>