Shades of Free Speech Blue #4B4CCE
Tints of Free Speech Blue #4B4CCE
RGB
CMYK
RGB Variations
Color information
#4B4CCE (or 0x4B4CCE) is known color: Free Speech Blue. HEX triplet: 4B, 4C and CE. RGB value is (75,76,206). Sum of RGB (Red+Green+Blue) = 75+76+206=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B4CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4CCE is #B4B331. Grayscale: #5A5A5A. Windows color (decimal): -11842354 or 13519947. OLE color: 13519947.
HSL color Cylindrical-coordinate representation of color #4B4CCE: hue angle of 239.54º 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 #4B4CCE is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 76 | 206 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.19 |
| HSL | 239.54º | 0.57% | 0.55% | - |
| HSV(B) | 239.54º | 0.64% | 0.81% | - |
| XYZ | 16.63 | 11.12 | 59.66 | - |
| YUV | 90.52 | 193.17 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 76 | 206 | 0.64 | 0.63 | 0 | 0.19 | 239.54 | 0.57 | 0.55 |
| Hex | 4B | 4C | CE | 40 | 3F | 0 | 13 | F0 | 39 | 37 |
| Octal | 113 | 114 | 316 | 100 | 77 | 0 | 23 | 360 | 71 | 67 |
| Binary | 1001011 | 1001100 | 11001110 | 1000000 | 111111 | 0 | 10011 | 11110000 | 111001 | 110111 |
Color Harmonies of #4B4CCE
Complementary color
Monochromatic Colors of #4B4CCE
Black with #4B4CCE
Text Example
Text Example
White with #4B4CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4CCE; }
p { color: rgb(75,76,206); }
H1.HeaderClassName
{
color: #4B4CCE;
}
.AnyTagClassName
{
color: #4B4CCE;
}
</style>
background-color css
<style>
a { background-color: #4B4CCE; }
a { background-color: rgb(75,76,206); }
div.DivClassName
{
background-color: #4B4CCE;
}
.BgClassName
{
background-color: #4B4CCE;
}
</style>
border-color css
<style>
span { border-color: #4B4CCE; }
span { border-color: rgb(75,76,206); }
td.TdClassName
{
border-color: #4B4CCE;
}
.TagClassName
{
border-color: #4B4CCE;
}
</style>