Shades of Free Speech Blue #413DC4
Tints of Free Speech Blue #413DC4
RGB
CMYK
RGB Variations
Color information
#413DC4 (or 0x413DC4) is known color: Free Speech Blue. HEX triplet: 41, 3D and C4. RGB value is (65,61,196). Sum of RGB (Red+Green+Blue) = 65+61+196=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 196 (76.95% from 255 or 60.87% from 322); Max value from RGB is 196 - color contains mainly: blue. Hex color #413DC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413DC4 is #BEC23B. Grayscale: #4D4D4D. Windows color (decimal): -12501564 or 12860737. OLE color: 12860737.
HSL color Cylindrical-coordinate representation of color #413DC4: hue angle of 241.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #413DC4 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 61 | 196 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.23 |
| HSL | 241.78º | 0.53% | 0.5% | - |
| HSV(B) | 241.78º | 0.69% | 0.77% | - |
| XYZ | 13.81 | 8.45 | 53.13 | - |
| YUV | 77.59 | 194.83 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 196 | 0.67 | 0.69 | 0 | 0.23 | 241.78 | 0.53 | 0.5 |
| Hex | 41 | 3D | C4 | 43 | 45 | 0 | 17 | F2 | 35 | 32 |
| Octal | 101 | 75 | 304 | 103 | 105 | 0 | 27 | 362 | 65 | 62 |
| Binary | 1000001 | 111101 | 11000100 | 1000011 | 1000101 | 0 | 10111 | 11110010 | 110101 | 110010 |
Color Harmonies of #413DC4
Complementary color
Monochromatic Colors of #413DC4
Black with #413DC4
Text Example
Text Example
White with #413DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413DC4; }
p { color: rgb(65,61,196); }
H1.HeaderClassName
{
color: #413DC4;
}
.AnyTagClassName
{
color: #413DC4;
}
</style>
background-color css
<style>
a { background-color: #413DC4; }
a { background-color: rgb(65,61,196); }
div.DivClassName
{
background-color: #413DC4;
}
.BgClassName
{
background-color: #413DC4;
}
</style>
border-color css
<style>
span { border-color: #413DC4; }
span { border-color: rgb(65,61,196); }
td.TdClassName
{
border-color: #413DC4;
}
.TagClassName
{
border-color: #413DC4;
}
</style>