Shades of Free Speech Blue #4136C4
Tints of Free Speech Blue #4136C4
RGB
CMYK
RGB Variations
Color information
#4136C4 (or 0x4136C4) is known color: Free Speech Blue. HEX triplet: 41, 36 and C4. RGB value is (65,54,196). Sum of RGB (Red+Green+Blue) = 65+54+196=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 196 (76.95% from 255 or 62.22% from 315); Max value from RGB is 196 - color contains mainly: blue. Hex color #4136C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4136C4 is #BEC93B. Grayscale: #484848. Windows color (decimal): -12503356 or 12858945. OLE color: 12858945.
HSL color Cylindrical-coordinate representation of color #4136C4: hue angle of 244.65º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4136C4 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 54 | 196 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.23 |
| HSL | 244.65º | 0.57% | 0.49% | - |
| HSV(B) | 244.65º | 0.72% | 0.77% | - |
| XYZ | 13.46 | 7.75 | 53.01 | - |
| YUV | 73.48 | 197.14 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 196 | 0.67 | 0.72 | 0 | 0.23 | 244.65 | 0.57 | 0.49 |
| Hex | 41 | 36 | C4 | 43 | 48 | 0 | 17 | F5 | 39 | 31 |
| Octal | 101 | 66 | 304 | 103 | 110 | 0 | 27 | 365 | 71 | 61 |
| Binary | 1000001 | 110110 | 11000100 | 1000011 | 1001000 | 0 | 10111 | 11110101 | 111001 | 110001 |
Color Harmonies of #4136C4
Complementary color
Monochromatic Colors of #4136C4
Black with #4136C4
Text Example
Text Example
White with #4136C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4136C4; }
p { color: rgb(65,54,196); }
H1.HeaderClassName
{
color: #4136C4;
}
.AnyTagClassName
{
color: #4136C4;
}
</style>
background-color css
<style>
a { background-color: #4136C4; }
a { background-color: rgb(65,54,196); }
div.DivClassName
{
background-color: #4136C4;
}
.BgClassName
{
background-color: #4136C4;
}
</style>
border-color css
<style>
span { border-color: #4136C4; }
span { border-color: rgb(65,54,196); }
td.TdClassName
{
border-color: #4136C4;
}
.TagClassName
{
border-color: #4136C4;
}
</style>