Shades of Free Speech Blue #4154C7
Tints of Free Speech Blue #4154C7
RGB
CMYK
RGB Variations
Color information
#4154C7 (or 0x4154C7) is known color: Free Speech Blue. HEX triplet: 41, 54 and C7. RGB value is (65,84,199). Sum of RGB (Red+Green+Blue) = 65+84+199=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 199 (78.12% from 255 or 57.18% from 348); Max value from RGB is 199 - color contains mainly: blue. Hex color #4154C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4154C7 is #BEAB38. Grayscale: #5A5A5A. Windows color (decimal): -12495673 or 13063233. OLE color: 13063233.
HSL color Cylindrical-coordinate representation of color #4154C7: hue angle of 231.49º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4154C7 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 84 | 199 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.22 |
| HSL | 231.49º | 0.54% | 0.52% | - |
| HSV(B) | 231.49º | 0.67% | 0.78% | - |
| XYZ | 15.66 | 11.59 | 55.44 | - |
| YUV | 91.43 | 188.71 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 199 | 0.67 | 0.58 | 0 | 0.22 | 231.49 | 0.54 | 0.52 |
| Hex | 41 | 54 | C7 | 43 | 3A | 0 | 16 | E7 | 36 | 34 |
| Octal | 101 | 124 | 307 | 103 | 72 | 0 | 26 | 347 | 66 | 64 |
| Binary | 1000001 | 1010100 | 11000111 | 1000011 | 111010 | 0 | 10110 | 11100111 | 110110 | 110100 |
Color Harmonies of #4154C7
Complementary color
Monochromatic Colors of #4154C7
Black with #4154C7
Text Example
Text Example
White with #4154C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4154C7; }
p { color: rgb(65,84,199); }
H1.HeaderClassName
{
color: #4154C7;
}
.AnyTagClassName
{
color: #4154C7;
}
</style>
background-color css
<style>
a { background-color: #4154C7; }
a { background-color: rgb(65,84,199); }
div.DivClassName
{
background-color: #4154C7;
}
.BgClassName
{
background-color: #4154C7;
}
</style>
border-color css
<style>
span { border-color: #4154C7; }
span { border-color: rgb(65,84,199); }
td.TdClassName
{
border-color: #4154C7;
}
.TagClassName
{
border-color: #4154C7;
}
</style>