Shades of Free Speech Blue #4B5CCE
Tints of Free Speech Blue #4B5CCE
RGB
CMYK
RGB Variations
Color information
#4B5CCE (or 0x4B5CCE) is known color: Free Speech Blue. HEX triplet: 4B, 5C and CE. RGB value is (75,92,206). Sum of RGB (Red+Green+Blue) = 75+92+206=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B5CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5CCE is #B4A331. Grayscale: #636363. Windows color (decimal): -11838258 or 13524043. OLE color: 13524043.
HSL color Cylindrical-coordinate representation of color #4B5CCE: hue angle of 232.21º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B5CCE is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 92 | 206 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.19 |
| HSL | 232.21º | 0.57% | 0.55% | - |
| HSV(B) | 232.21º | 0.64% | 0.81% | - |
| XYZ | 17.87 | 13.61 | 60.08 | - |
| YUV | 99.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 92 | 206 | 0.64 | 0.55 | 0 | 0.19 | 232.21 | 0.57 | 0.55 |
| Hex | 4B | 5C | CE | 40 | 37 | 0 | 13 | E8 | 39 | 37 |
| Octal | 113 | 134 | 316 | 100 | 67 | 0 | 23 | 350 | 71 | 67 |
| Binary | 1001011 | 1011100 | 11001110 | 1000000 | 110111 | 0 | 10011 | 11101000 | 111001 | 110111 |
Color Harmonies of #4B5CCE
Complementary color
Monochromatic Colors of #4B5CCE
Black with #4B5CCE
Text Example
Text Example
White with #4B5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5CCE; }
p { color: rgb(75,92,206); }
H1.HeaderClassName
{
color: #4B5CCE;
}
.AnyTagClassName
{
color: #4B5CCE;
}
</style>
background-color css
<style>
a { background-color: #4B5CCE; }
a { background-color: rgb(75,92,206); }
div.DivClassName
{
background-color: #4B5CCE;
}
.BgClassName
{
background-color: #4B5CCE;
}
</style>
border-color css
<style>
span { border-color: #4B5CCE; }
span { border-color: rgb(75,92,206); }
td.TdClassName
{
border-color: #4B5CCE;
}
.TagClassName
{
border-color: #4B5CCE;
}
</style>