Shades of Free Speech Blue #4B68CB
Tints of Free Speech Blue #4B68CB
RGB
CMYK
RGB Variations
Color information
#4B68CB (or 0x4B68CB) is known color: Free Speech Blue. HEX triplet: 4B, 68 and CB. RGB value is (75,104,203). Sum of RGB (Red+Green+Blue) = 75+104+203=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B68CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B68CB is #B49734. Grayscale: #6A6A6A. Windows color (decimal): -11835189 or 13330507. OLE color: 13330507.
HSL color Cylindrical-coordinate representation of color #4B68CB: hue angle of 226.41º degrees, saturation: 0.55, 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 #4B68CB is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 104 | 203 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.20 |
| HSL | 226.41º | 0.55% | 0.55% | - |
| HSV(B) | 226.41º | 0.63% | 0.8% | - |
| XYZ | 18.63 | 15.71 | 58.55 | - |
| YUV | 106.62 | 182.39 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 104 | 203 | 0.63 | 0.49 | 0 | 0.20 | 226.41 | 0.55 | 0.55 |
| Hex | 4B | 68 | CB | 3F | 31 | 0 | 14 | E2 | 37 | 37 |
| Octal | 113 | 150 | 313 | 77 | 61 | 0 | 24 | 342 | 67 | 67 |
| Binary | 1001011 | 1101000 | 11001011 | 111111 | 110001 | 0 | 10100 | 11100010 | 110111 | 110111 |
Color Harmonies of #4B68CB
Complementary color
Monochromatic Colors of #4B68CB
Black with #4B68CB
Text Example
Text Example
White with #4B68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B68CB; }
p { color: rgb(75,104,203); }
H1.HeaderClassName
{
color: #4B68CB;
}
.AnyTagClassName
{
color: #4B68CB;
}
</style>
background-color css
<style>
a { background-color: #4B68CB; }
a { background-color: rgb(75,104,203); }
div.DivClassName
{
background-color: #4B68CB;
}
.BgClassName
{
background-color: #4B68CB;
}
</style>
border-color css
<style>
span { border-color: #4B68CB; }
span { border-color: rgb(75,104,203); }
td.TdClassName
{
border-color: #4B68CB;
}
.TagClassName
{
border-color: #4B68CB;
}
</style>