Shades of Free Speech Blue #4B4BDC
Tints of Free Speech Blue #4B4BDC
RGB
CMYK
RGB Variations
Color information
#4B4BDC (or 0x4B4BDC) is known color: Free Speech Blue. HEX triplet: 4B, 4B and DC. RGB value is (75,75,220). Sum of RGB (Red+Green+Blue) = 75+75+220=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B4BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4BDC is #B4B423. Grayscale: #5A5A5A. Windows color (decimal): -11842596 or 14437195. OLE color: 14437195.
HSL color Cylindrical-coordinate representation of color #4B4BDC: hue angle of 240º 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 #4B4BDC is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 75 | 220 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.14 |
| HSL | 240º | 0.67% | 0.58% | - |
| HSV(B) | 240º | 0.66% | 0.86% | - |
| XYZ | 18.34 | 11.7 | 69 | - |
| YUV | 91.53 | 200.5 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 75 | 220 | 0.66 | 0.66 | 0 | 0.14 | 240 | 0.67 | 0.58 |
| Hex | 4B | 4B | DC | 42 | 42 | 0 | E | F0 | 43 | 3A |
| Octal | 113 | 113 | 334 | 102 | 102 | 0 | 16 | 360 | 103 | 72 |
| Binary | 1001011 | 1001011 | 11011100 | 1000010 | 1000010 | 0 | 1110 | 11110000 | 1000011 | 111010 |
Color Harmonies of #4B4BDC
Complementary color
Monochromatic Colors of #4B4BDC
Black with #4B4BDC
Text Example
Text Example
White with #4B4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4BDC; }
p { color: rgb(75,75,220); }
H1.HeaderClassName
{
color: #4B4BDC;
}
.AnyTagClassName
{
color: #4B4BDC;
}
</style>
background-color css
<style>
a { background-color: #4B4BDC; }
a { background-color: rgb(75,75,220); }
div.DivClassName
{
background-color: #4B4BDC;
}
.BgClassName
{
background-color: #4B4BDC;
}
</style>
border-color css
<style>
span { border-color: #4B4BDC; }
span { border-color: rgb(75,75,220); }
td.TdClassName
{
border-color: #4B4BDC;
}
.TagClassName
{
border-color: #4B4BDC;
}
</style>