Shades of Free Speech Blue #414CCE
Tints of Free Speech Blue #414CCE
RGB
CMYK
RGB Variations
Color information
#414CCE (or 0x414CCE) is known color: Free Speech Blue. HEX triplet: 41, 4C and CE. RGB value is (65,76,206). Sum of RGB (Red+Green+Blue) = 65+76+206=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #414CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414CCE is #BEB331. Grayscale: #575757. Windows color (decimal): -12497714 or 13519937. OLE color: 13519937.
HSL color Cylindrical-coordinate representation of color #414CCE: hue angle of 235.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #414CCE is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 76 | 206 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.19 |
| HSL | 235.32º | 0.59% | 0.53% | - |
| HSV(B) | 235.32º | 0.68% | 0.81% | - |
| XYZ | 15.9 | 10.75 | 59.63 | - |
| YUV | 87.53 | 194.86 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 206 | 0.68 | 0.63 | 0 | 0.19 | 235.32 | 0.59 | 0.53 |
| Hex | 41 | 4C | CE | 44 | 3F | 0 | 13 | EB | 3B | 35 |
| Octal | 101 | 114 | 316 | 104 | 77 | 0 | 23 | 353 | 73 | 65 |
| Binary | 1000001 | 1001100 | 11001110 | 1000100 | 111111 | 0 | 10011 | 11101011 | 111011 | 110101 |
Color Harmonies of #414CCE
Complementary color
Monochromatic Colors of #414CCE
Black with #414CCE
Text Example
Text Example
White with #414CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414CCE; }
p { color: rgb(65,76,206); }
H1.HeaderClassName
{
color: #414CCE;
}
.AnyTagClassName
{
color: #414CCE;
}
</style>
background-color css
<style>
a { background-color: #414CCE; }
a { background-color: rgb(65,76,206); }
div.DivClassName
{
background-color: #414CCE;
}
.BgClassName
{
background-color: #414CCE;
}
</style>
border-color css
<style>
span { border-color: #414CCE; }
span { border-color: rgb(65,76,206); }
td.TdClassName
{
border-color: #414CCE;
}
.TagClassName
{
border-color: #414CCE;
}
</style>