Shades of Free Speech Blue #4153BC
Tints of Free Speech Blue #4153BC
RGB
CMYK
RGB Variations
Color information
#4153BC (or 0x4153BC) is known color: Free Speech Blue. HEX triplet: 41, 53 and BC. RGB value is (65,83,188). Sum of RGB (Red+Green+Blue) = 65+83+188=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #4153BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4153BC is #BEAC43. Grayscale: #595959. Windows color (decimal): -12495940 or 12342081. OLE color: 12342081.
HSL color Cylindrical-coordinate representation of color #4153BC: hue angle of 231.22º 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 #4153BC is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 83 | 188 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.26 |
| HSL | 231.22º | 0.49% | 0.5% | - |
| HSV(B) | 231.22º | 0.65% | 0.74% | - |
| XYZ | 14.35 | 10.94 | 48.93 | - |
| YUV | 89.59 | 183.54 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 188 | 0.65 | 0.56 | 0 | 0.26 | 231.22 | 0.49 | 0.5 |
| Hex | 41 | 53 | BC | 41 | 38 | 0 | 1A | E7 | 31 | 32 |
| Octal | 101 | 123 | 274 | 101 | 70 | 0 | 32 | 347 | 61 | 62 |
| Binary | 1000001 | 1010011 | 10111100 | 1000001 | 111000 | 0 | 11010 | 11100111 | 110001 | 110010 |
Color Harmonies of #4153BC
Complementary color
Monochromatic Colors of #4153BC
Black with #4153BC
Text Example
Text Example
White with #4153BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4153BC; }
p { color: rgb(65,83,188); }
H1.HeaderClassName
{
color: #4153BC;
}
.AnyTagClassName
{
color: #4153BC;
}
</style>
background-color css
<style>
a { background-color: #4153BC; }
a { background-color: rgb(65,83,188); }
div.DivClassName
{
background-color: #4153BC;
}
.BgClassName
{
background-color: #4153BC;
}
</style>
border-color css
<style>
span { border-color: #4153BC; }
span { border-color: rgb(65,83,188); }
td.TdClassName
{
border-color: #4153BC;
}
.TagClassName
{
border-color: #4153BC;
}
</style>