Shades of Free Speech Blue #4B4FDC
Tints of Free Speech Blue #4B4FDC
RGB
CMYK
RGB Variations
Color information
#4B4FDC (or 0x4B4FDC) is known color: Free Speech Blue. HEX triplet: 4B, 4F and DC. RGB value is (75,79,220). Sum of RGB (Red+Green+Blue) = 75+79+220=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B4FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4FDC is #B4B023. Grayscale: #5D5D5D. Windows color (decimal): -11841572 or 14438219. OLE color: 14438219.
HSL color Cylindrical-coordinate representation of color #4B4FDC: hue angle of 238.34º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B4FDC is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 79 | 220 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.14 |
| HSL | 238.34º | 0.67% | 0.58% | - |
| HSV(B) | 238.34º | 0.66% | 0.86% | - |
| XYZ | 18.62 | 12.26 | 69.09 | - |
| YUV | 93.88 | 199.17 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 79 | 220 | 0.66 | 0.64 | 0 | 0.14 | 238.34 | 0.67 | 0.58 |
| Hex | 4B | 4F | DC | 42 | 40 | 0 | E | EE | 43 | 3A |
| Octal | 113 | 117 | 334 | 102 | 100 | 0 | 16 | 356 | 103 | 72 |
| Binary | 1001011 | 1001111 | 11011100 | 1000010 | 1000000 | 0 | 1110 | 11101110 | 1000011 | 111010 |
Color Harmonies of #4B4FDC
Complementary color
Monochromatic Colors of #4B4FDC
Black with #4B4FDC
Text Example
Text Example
White with #4B4FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4FDC; }
p { color: rgb(75,79,220); }
H1.HeaderClassName
{
color: #4B4FDC;
}
.AnyTagClassName
{
color: #4B4FDC;
}
</style>
background-color css
<style>
a { background-color: #4B4FDC; }
a { background-color: rgb(75,79,220); }
div.DivClassName
{
background-color: #4B4FDC;
}
.BgClassName
{
background-color: #4B4FDC;
}
</style>
border-color css
<style>
span { border-color: #4B4FDC; }
span { border-color: rgb(75,79,220); }
td.TdClassName
{
border-color: #4B4FDC;
}
.TagClassName
{
border-color: #4B4FDC;
}
</style>