Shades of Free Speech Blue #4F67BC
Tints of Free Speech Blue #4F67BC
RGB
CMYK
RGB Variations
Color information
#4F67BC (or 0x4F67BC) is known color: Free Speech Blue. HEX triplet: 4F, 67 and BC. RGB value is (79,103,188). Sum of RGB (Red+Green+Blue) = 79+103+188=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F67BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F67BC is #B09843. Grayscale: #696969. Windows color (decimal): -11573316 or 12347215. OLE color: 12347215.
HSL color Cylindrical-coordinate representation of color #4F67BC: hue angle of 226.79º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F67BC is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 103 | 188 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.26 |
| HSL | 226.79º | 0.45% | 0.52% | - |
| HSV(B) | 226.79º | 0.58% | 0.74% | - |
| XYZ | 17.15 | 14.99 | 49.57 | - |
| YUV | 105.51 | 174.55 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 103 | 188 | 0.58 | 0.45 | 0 | 0.26 | 226.79 | 0.45 | 0.52 |
| Hex | 4F | 67 | BC | 3A | 2D | 0 | 1A | E3 | 2D | 34 |
| Octal | 117 | 147 | 274 | 72 | 55 | 0 | 32 | 343 | 55 | 64 |
| Binary | 1001111 | 1100111 | 10111100 | 111010 | 101101 | 0 | 11010 | 11100011 | 101101 | 110100 |
Color Harmonies of #4F67BC
Complementary color
Monochromatic Colors of #4F67BC
Black with #4F67BC
Text Example
Text Example
White with #4F67BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F67BC; }
p { color: rgb(79,103,188); }
H1.HeaderClassName
{
color: #4F67BC;
}
.AnyTagClassName
{
color: #4F67BC;
}
</style>
background-color css
<style>
a { background-color: #4F67BC; }
a { background-color: rgb(79,103,188); }
div.DivClassName
{
background-color: #4F67BC;
}
.BgClassName
{
background-color: #4F67BC;
}
</style>
border-color css
<style>
span { border-color: #4F67BC; }
span { border-color: rgb(79,103,188); }
td.TdClassName
{
border-color: #4F67BC;
}
.TagClassName
{
border-color: #4F67BC;
}
</style>