Shades of Free Speech Blue #414BDC
Tints of Free Speech Blue #414BDC
RGB
CMYK
RGB Variations
Color information
#414BDC (or 0x414BDC) is known color: Free Speech Blue. HEX triplet: 41, 4B and DC. RGB value is (65,75,220). Sum of RGB (Red+Green+Blue) = 65+75+220=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #414BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BDC is #BEB423. Grayscale: #575757. Windows color (decimal): -12497956 or 14437185. OLE color: 14437185.
HSL color Cylindrical-coordinate representation of color #414BDC: hue angle of 236.13º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #414BDC is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 75 | 220 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.14 |
| HSL | 236.13º | 0.69% | 0.56% | - |
| HSV(B) | 236.13º | 0.7% | 0.86% | - |
| XYZ | 17.61 | 11.32 | 68.97 | - |
| YUV | 88.54 | 202.19 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 220 | 0.70 | 0.66 | 0 | 0.14 | 236.13 | 0.69 | 0.56 |
| Hex | 41 | 4B | DC | 46 | 42 | 0 | E | EC | 45 | 38 |
| Octal | 101 | 113 | 334 | 106 | 102 | 0 | 16 | 354 | 105 | 70 |
| Binary | 1000001 | 1001011 | 11011100 | 1000110 | 1000010 | 0 | 1110 | 11101100 | 1000101 | 111000 |
Color Harmonies of #414BDC
Complementary color
Monochromatic Colors of #414BDC
Black with #414BDC
Text Example
Text Example
White with #414BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414BDC; }
p { color: rgb(65,75,220); }
H1.HeaderClassName
{
color: #414BDC;
}
.AnyTagClassName
{
color: #414BDC;
}
</style>
background-color css
<style>
a { background-color: #414BDC; }
a { background-color: rgb(65,75,220); }
div.DivClassName
{
background-color: #414BDC;
}
.BgClassName
{
background-color: #414BDC;
}
</style>
border-color css
<style>
span { border-color: #414BDC; }
span { border-color: rgb(65,75,220); }
td.TdClassName
{
border-color: #414BDC;
}
.TagClassName
{
border-color: #414BDC;
}
</style>