Shades of Free Speech Blue #4154BC
Tints of Free Speech Blue #4154BC
RGB
CMYK
RGB Variations
Color information
#4154BC (or 0x4154BC) is known color: Free Speech Blue. HEX triplet: 41, 54 and BC. RGB value is (65,84,188). Sum of RGB (Red+Green+Blue) = 65+84+188=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #4154BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4154BC is #BEAB43. Grayscale: #595959. Windows color (decimal): -12495684 or 12342337. OLE color: 12342337.
HSL color Cylindrical-coordinate representation of color #4154BC: hue angle of 230.73º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4154BC is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 84 | 188 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.26 |
| HSL | 230.73º | 0.49% | 0.5% | - |
| HSV(B) | 230.73º | 0.65% | 0.74% | - |
| XYZ | 14.43 | 11.1 | 48.96 | - |
| YUV | 90.18 | 183.21 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 188 | 0.65 | 0.55 | 0 | 0.26 | 230.73 | 0.49 | 0.5 |
| Hex | 41 | 54 | BC | 41 | 37 | 0 | 1A | E7 | 31 | 32 |
| Octal | 101 | 124 | 274 | 101 | 67 | 0 | 32 | 347 | 61 | 62 |
| Binary | 1000001 | 1010100 | 10111100 | 1000001 | 110111 | 0 | 11010 | 11100111 | 110001 | 110010 |
Color Harmonies of #4154BC
Complementary color
Monochromatic Colors of #4154BC
Black with #4154BC
Text Example
Text Example
White with #4154BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4154BC; }
p { color: rgb(65,84,188); }
H1.HeaderClassName
{
color: #4154BC;
}
.AnyTagClassName
{
color: #4154BC;
}
</style>
background-color css
<style>
a { background-color: #4154BC; }
a { background-color: rgb(65,84,188); }
div.DivClassName
{
background-color: #4154BC;
}
.BgClassName
{
background-color: #4154BC;
}
</style>
border-color css
<style>
span { border-color: #4154BC; }
span { border-color: rgb(65,84,188); }
td.TdClassName
{
border-color: #4154BC;
}
.TagClassName
{
border-color: #4154BC;
}
</style>