Shades of Free Speech Blue #414BCE
Tints of Free Speech Blue #414BCE
RGB
CMYK
RGB Variations
Color information
#414BCE (or 0x414BCE) is known color: Free Speech Blue. HEX triplet: 41, 4B and CE. RGB value is (65,75,206). Sum of RGB (Red+Green+Blue) = 65+75+206=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #414BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BCE is #BEB431. Grayscale: #565656. Windows color (decimal): -12497970 or 13519681. OLE color: 13519681.
HSL color Cylindrical-coordinate representation of color #414BCE: hue angle of 235.74º 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 #414BCE is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 75 | 206 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.19 |
| HSL | 235.74º | 0.59% | 0.53% | - |
| HSV(B) | 235.74º | 0.68% | 0.81% | - |
| XYZ | 15.84 | 10.61 | 59.61 | - |
| YUV | 86.94 | 195.19 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 206 | 0.68 | 0.64 | 0 | 0.19 | 235.74 | 0.59 | 0.53 |
| Hex | 41 | 4B | CE | 44 | 40 | 0 | 13 | EC | 3B | 35 |
| Octal | 101 | 113 | 316 | 104 | 100 | 0 | 23 | 354 | 73 | 65 |
| Binary | 1000001 | 1001011 | 11001110 | 1000100 | 1000000 | 0 | 10011 | 11101100 | 111011 | 110101 |
Color Harmonies of #414BCE
Complementary color
Monochromatic Colors of #414BCE
Black with #414BCE
Text Example
Text Example
White with #414BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414BCE; }
p { color: rgb(65,75,206); }
H1.HeaderClassName
{
color: #414BCE;
}
.AnyTagClassName
{
color: #414BCE;
}
</style>
background-color css
<style>
a { background-color: #414BCE; }
a { background-color: rgb(65,75,206); }
div.DivClassName
{
background-color: #414BCE;
}
.BgClassName
{
background-color: #414BCE;
}
</style>
border-color css
<style>
span { border-color: #414BCE; }
span { border-color: rgb(65,75,206); }
td.TdClassName
{
border-color: #414BCE;
}
.TagClassName
{
border-color: #414BCE;
}
</style>