Shades of Free Speech Blue #4F5CCB
Tints of Free Speech Blue #4F5CCB
RGB
CMYK
RGB Variations
Color information
#4F5CCB (or 0x4F5CCB) is known color: Free Speech Blue. HEX triplet: 4F, 5C and CB. RGB value is (79,92,203). Sum of RGB (Red+Green+Blue) = 79+92+203=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F5CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5CCB is #B0A334. Grayscale: #646464. Windows color (decimal): -11576117 or 13327439. OLE color: 13327439.
HSL color Cylindrical-coordinate representation of color #4F5CCB: hue angle of 233.71º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F5CCB is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 92 | 203 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.20 |
| HSL | 233.71º | 0.54% | 0.55% | - |
| HSV(B) | 233.71º | 0.61% | 0.8% | - |
| XYZ | 17.83 | 13.63 | 58.19 | - |
| YUV | 100.77 | 185.69 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 92 | 203 | 0.61 | 0.55 | 0 | 0.20 | 233.71 | 0.54 | 0.55 |
| Hex | 4F | 5C | CB | 3D | 37 | 0 | 14 | EA | 36 | 37 |
| Octal | 117 | 134 | 313 | 75 | 67 | 0 | 24 | 352 | 66 | 67 |
| Binary | 1001111 | 1011100 | 11001011 | 111101 | 110111 | 0 | 10100 | 11101010 | 110110 | 110111 |
Color Harmonies of #4F5CCB
Complementary color
Monochromatic Colors of #4F5CCB
Black with #4F5CCB
Text Example
Text Example
White with #4F5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5CCB; }
p { color: rgb(79,92,203); }
H1.HeaderClassName
{
color: #4F5CCB;
}
.AnyTagClassName
{
color: #4F5CCB;
}
</style>
background-color css
<style>
a { background-color: #4F5CCB; }
a { background-color: rgb(79,92,203); }
div.DivClassName
{
background-color: #4F5CCB;
}
.BgClassName
{
background-color: #4F5CCB;
}
</style>
border-color css
<style>
span { border-color: #4F5CCB; }
span { border-color: rgb(79,92,203); }
td.TdClassName
{
border-color: #4F5CCB;
}
.TagClassName
{
border-color: #4F5CCB;
}
</style>