Shades of Free Speech Blue #4F4ECB
Tints of Free Speech Blue #4F4ECB
RGB
CMYK
RGB Variations
Color information
#4F4ECB (or 0x4F4ECB) is known color: Free Speech Blue. HEX triplet: 4F, 4E and CB. RGB value is (79,78,203). Sum of RGB (Red+Green+Blue) = 79+78+203=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F4ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4ECB is #B0B134. Grayscale: #5C5C5C. Windows color (decimal): -11579701 or 13323855. OLE color: 13323855.
HSL color Cylindrical-coordinate representation of color #4F4ECB: hue angle of 240.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F4ECB is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 78 | 203 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.20 |
| HSL | 240.48º | 0.55% | 0.55% | - |
| HSV(B) | 240.48º | 0.62% | 0.8% | - |
| XYZ | 16.73 | 11.42 | 57.82 | - |
| YUV | 92.55 | 190.33 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 78 | 203 | 0.61 | 0.62 | 0 | 0.20 | 240.48 | 0.55 | 0.55 |
| Hex | 4F | 4E | CB | 3D | 3E | 0 | 14 | F0 | 37 | 37 |
| Octal | 117 | 116 | 313 | 75 | 76 | 0 | 24 | 360 | 67 | 67 |
| Binary | 1001111 | 1001110 | 11001011 | 111101 | 111110 | 0 | 10100 | 11110000 | 110111 | 110111 |
Color Harmonies of #4F4ECB
Complementary color
Monochromatic Colors of #4F4ECB
Black with #4F4ECB
Text Example
Text Example
White with #4F4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4ECB; }
p { color: rgb(79,78,203); }
H1.HeaderClassName
{
color: #4F4ECB;
}
.AnyTagClassName
{
color: #4F4ECB;
}
</style>
background-color css
<style>
a { background-color: #4F4ECB; }
a { background-color: rgb(79,78,203); }
div.DivClassName
{
background-color: #4F4ECB;
}
.BgClassName
{
background-color: #4F4ECB;
}
</style>
border-color css
<style>
span { border-color: #4F4ECB; }
span { border-color: rgb(79,78,203); }
td.TdClassName
{
border-color: #4F4ECB;
}
.TagClassName
{
border-color: #4F4ECB;
}
</style>