Shades of Free Speech Blue #4B67BE
Tints of Free Speech Blue #4B67BE
RGB
CMYK
RGB Variations
Color information
#4B67BE (or 0x4B67BE) is known color: Free Speech Blue. HEX triplet: 4B, 67 and BE. RGB value is (75,103,190). Sum of RGB (Red+Green+Blue) = 75+103+190=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B67BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B67BE is #B49841. Grayscale: #686868. Windows color (decimal): -11835458 or 12478283. OLE color: 12478283.
HSL color Cylindrical-coordinate representation of color #4B67BE: hue angle of 225.39º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B67BE is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 103 | 190 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.25 |
| HSL | 225.39º | 0.47% | 0.52% | - |
| HSV(B) | 225.39º | 0.61% | 0.75% | - |
| XYZ | 17.05 | 14.91 | 50.7 | - |
| YUV | 104.55 | 176.22 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 103 | 190 | 0.61 | 0.46 | 0 | 0.25 | 225.39 | 0.47 | 0.52 |
| Hex | 4B | 67 | BE | 3D | 2E | 0 | 19 | E1 | 2F | 34 |
| Octal | 113 | 147 | 276 | 75 | 56 | 0 | 31 | 341 | 57 | 64 |
| Binary | 1001011 | 1100111 | 10111110 | 111101 | 101110 | 0 | 11001 | 11100001 | 101111 | 110100 |
Color Harmonies of #4B67BE
Complementary color
Monochromatic Colors of #4B67BE
Black with #4B67BE
Text Example
Text Example
White with #4B67BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B67BE; }
p { color: rgb(75,103,190); }
H1.HeaderClassName
{
color: #4B67BE;
}
.AnyTagClassName
{
color: #4B67BE;
}
</style>
background-color css
<style>
a { background-color: #4B67BE; }
a { background-color: rgb(75,103,190); }
div.DivClassName
{
background-color: #4B67BE;
}
.BgClassName
{
background-color: #4B67BE;
}
</style>
border-color css
<style>
span { border-color: #4B67BE; }
span { border-color: rgb(75,103,190); }
td.TdClassName
{
border-color: #4B67BE;
}
.TagClassName
{
border-color: #4B67BE;
}
</style>