Shades of Free Speech Blue #4153C5
Tints of Free Speech Blue #4153C5
RGB
CMYK
RGB Variations
Color information
#4153C5 (or 0x4153C5) is known color: Free Speech Blue. HEX triplet: 41, 53 and C5. RGB value is (65,83,197). Sum of RGB (Red+Green+Blue) = 65+83+197=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 197 (77.34% from 255 or 57.10% from 345); Max value from RGB is 197 - color contains mainly: blue. Hex color #4153C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4153C5 is #BEAC3A. Grayscale: #5A5A5A. Windows color (decimal): -12495931 or 12931905. OLE color: 12931905.
HSL color Cylindrical-coordinate representation of color #4153C5: hue angle of 231.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4153C5 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 83 | 197 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.23 |
| HSL | 231.82º | 0.53% | 0.51% | - |
| HSV(B) | 231.82º | 0.67% | 0.77% | - |
| XYZ | 15.35 | 11.34 | 54.2 | - |
| YUV | 90.61 | 188.04 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 197 | 0.67 | 0.58 | 0 | 0.23 | 231.82 | 0.53 | 0.51 |
| Hex | 41 | 53 | C5 | 43 | 3A | 0 | 17 | E8 | 35 | 33 |
| Octal | 101 | 123 | 305 | 103 | 72 | 0 | 27 | 350 | 65 | 63 |
| Binary | 1000001 | 1010011 | 11000101 | 1000011 | 111010 | 0 | 10111 | 11101000 | 110101 | 110011 |
Color Harmonies of #4153C5
Complementary color
Monochromatic Colors of #4153C5
Black with #4153C5
Text Example
Text Example
White with #4153C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4153C5; }
p { color: rgb(65,83,197); }
H1.HeaderClassName
{
color: #4153C5;
}
.AnyTagClassName
{
color: #4153C5;
}
</style>
background-color css
<style>
a { background-color: #4153C5; }
a { background-color: rgb(65,83,197); }
div.DivClassName
{
background-color: #4153C5;
}
.BgClassName
{
background-color: #4153C5;
}
</style>
border-color css
<style>
span { border-color: #4153C5; }
span { border-color: rgb(65,83,197); }
td.TdClassName
{
border-color: #4153C5;
}
.TagClassName
{
border-color: #4153C5;
}
</style>