Shades of Free Speech Blue #405DC4
Tints of Free Speech Blue #405DC4
RGB
CMYK
RGB Variations
Color information
#405DC4 (or 0x405DC4) is known color: Free Speech Blue. HEX triplet: 40, 5D and C4. RGB value is (64,93,196). Sum of RGB (Red+Green+Blue) = 64+93+196=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 196 (76.95% from 255 or 55.52% from 353); Max value from RGB is 196 - color contains mainly: blue. Hex color #405DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405DC4 is #BFA23B. Grayscale: #5F5F5F. Windows color (decimal): -12558908 or 12868928. OLE color: 12868928.
HSL color Cylindrical-coordinate representation of color #405DC4: hue angle of 226.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 #405DC4 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 93 | 196 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.23 |
| HSL | 226.82º | 0.53% | 0.51% | - |
| HSV(B) | 226.82º | 0.67% | 0.77% | - |
| XYZ | 15.99 | 12.9 | 53.87 | - |
| YUV | 96.07 | 184.39 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 196 | 0.67 | 0.53 | 0 | 0.23 | 226.82 | 0.53 | 0.51 |
| Hex | 40 | 5D | C4 | 43 | 35 | 0 | 17 | E3 | 35 | 33 |
| Octal | 100 | 135 | 304 | 103 | 65 | 0 | 27 | 343 | 65 | 63 |
| Binary | 1000000 | 1011101 | 11000100 | 1000011 | 110101 | 0 | 10111 | 11100011 | 110101 | 110011 |
Color Harmonies of #405DC4
Complementary color
Monochromatic Colors of #405DC4
Black with #405DC4
Text Example
Text Example
White with #405DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405DC4; }
p { color: rgb(64,93,196); }
H1.HeaderClassName
{
color: #405DC4;
}
.AnyTagClassName
{
color: #405DC4;
}
</style>
background-color css
<style>
a { background-color: #405DC4; }
a { background-color: rgb(64,93,196); }
div.DivClassName
{
background-color: #405DC4;
}
.BgClassName
{
background-color: #405DC4;
}
</style>
border-color css
<style>
span { border-color: #405DC4; }
span { border-color: rgb(64,93,196); }
td.TdClassName
{
border-color: #405DC4;
}
.TagClassName
{
border-color: #405DC4;
}
</style>