Shades of Free Speech Blue #4B54DB
Tints of Free Speech Blue #4B54DB
RGB
CMYK
RGB Variations
Color information
#4B54DB (or 0x4B54DB) is known color: Free Speech Blue. HEX triplet: 4B, 54 and DB. RGB value is (75,84,219). Sum of RGB (Red+Green+Blue) = 75+84+219=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B54DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B54DB is #B4AB24. Grayscale: #606060. Windows color (decimal): -11840293 or 14373963. OLE color: 14373963.
HSL color Cylindrical-coordinate representation of color #4B54DB: hue angle of 236.25º 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 #4B54DB is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 84 | 219 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.14 |
| HSL | 236.25º | 0.67% | 0.58% | - |
| HSV(B) | 236.25º | 0.66% | 0.86% | - |
| XYZ | 18.86 | 12.95 | 68.52 | - |
| YUV | 96.7 | 197.02 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 219 | 0.66 | 0.62 | 0 | 0.14 | 236.25 | 0.67 | 0.58 |
| Hex | 4B | 54 | DB | 42 | 3E | 0 | E | EC | 43 | 3A |
| Octal | 113 | 124 | 333 | 102 | 76 | 0 | 16 | 354 | 103 | 72 |
| Binary | 1001011 | 1010100 | 11011011 | 1000010 | 111110 | 0 | 1110 | 11101100 | 1000011 | 111010 |
Color Harmonies of #4B54DB
Complementary color
Monochromatic Colors of #4B54DB
Black with #4B54DB
Text Example
Text Example
White with #4B54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B54DB; }
p { color: rgb(75,84,219); }
H1.HeaderClassName
{
color: #4B54DB;
}
.AnyTagClassName
{
color: #4B54DB;
}
</style>
background-color css
<style>
a { background-color: #4B54DB; }
a { background-color: rgb(75,84,219); }
div.DivClassName
{
background-color: #4B54DB;
}
.BgClassName
{
background-color: #4B54DB;
}
</style>
border-color css
<style>
span { border-color: #4B54DB; }
span { border-color: rgb(75,84,219); }
td.TdClassName
{
border-color: #4B54DB;
}
.TagClassName
{
border-color: #4B54DB;
}
</style>