Shades of Free Speech Blue #4136DC
Tints of Free Speech Blue #4136DC
RGB
CMYK
RGB Variations
Color information
#4136DC (or 0x4136DC) is known color: Free Speech Blue. HEX triplet: 41, 36 and DC. RGB value is (65,54,220). Sum of RGB (Red+Green+Blue) = 65+54+220=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #4136DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4136DC is #BEC923. Grayscale: #4B4B4B. Windows color (decimal): -12503332 or 14431809. OLE color: 14431809.
HSL color Cylindrical-coordinate representation of color #4136DC: hue angle of 243.98º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4136DC is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 54 | 220 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.14 |
| HSL | 243.98º | 0.7% | 0.54% | - |
| HSV(B) | 243.98º | 0.75% | 0.86% | - |
| XYZ | 16.42 | 8.93 | 68.57 | - |
| YUV | 76.21 | 209.14 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 220 | 0.70 | 0.75 | 0 | 0.14 | 243.98 | 0.7 | 0.54 |
| Hex | 41 | 36 | DC | 46 | 4B | 0 | E | F4 | 46 | 36 |
| Octal | 101 | 66 | 334 | 106 | 113 | 0 | 16 | 364 | 106 | 66 |
| Binary | 1000001 | 110110 | 11011100 | 1000110 | 1001011 | 0 | 1110 | 11110100 | 1000110 | 110110 |
Color Harmonies of #4136DC
Complementary color
Monochromatic Colors of #4136DC
Black with #4136DC
Text Example
Text Example
White with #4136DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4136DC; }
p { color: rgb(65,54,220); }
H1.HeaderClassName
{
color: #4136DC;
}
.AnyTagClassName
{
color: #4136DC;
}
</style>
background-color css
<style>
a { background-color: #4136DC; }
a { background-color: rgb(65,54,220); }
div.DivClassName
{
background-color: #4136DC;
}
.BgClassName
{
background-color: #4136DC;
}
</style>
border-color css
<style>
span { border-color: #4136DC; }
span { border-color: rgb(65,54,220); }
td.TdClassName
{
border-color: #4136DC;
}
.TagClassName
{
border-color: #4136DC;
}
</style>