Shades of Free Speech Blue #4163C2
Tints of Free Speech Blue #4163C2
RGB
CMYK
RGB Variations
Color information
#4163C2 (or 0x4163C2) is known color: Free Speech Blue. HEX triplet: 41, 63 and C2. RGB value is (65,99,194). Sum of RGB (Red+Green+Blue) = 65+99+194=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 194 (76.17% from 255 or 54.19% from 358); Max value from RGB is 194 - color contains mainly: blue. Hex color #4163C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4163C2 is #BE9C3D. Grayscale: #636363. Windows color (decimal): -12491838 or 12739393. OLE color: 12739393.
HSL color Cylindrical-coordinate representation of color #4163C2: hue angle of 224.19º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4163C2 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 99 | 194 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.24 |
| HSL | 224.19º | 0.51% | 0.51% | - |
| HSV(B) | 224.19º | 0.66% | 0.76% | - |
| XYZ | 16.38 | 13.94 | 52.87 | - |
| YUV | 99.66 | 181.24 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 99 | 194 | 0.66 | 0.49 | 0 | 0.24 | 224.19 | 0.51 | 0.51 |
| Hex | 41 | 63 | C2 | 42 | 31 | 0 | 18 | E0 | 33 | 33 |
| Octal | 101 | 143 | 302 | 102 | 61 | 0 | 30 | 340 | 63 | 63 |
| Binary | 1000001 | 1100011 | 11000010 | 1000010 | 110001 | 0 | 11000 | 11100000 | 110011 | 110011 |
Color Harmonies of #4163C2
Complementary color
Monochromatic Colors of #4163C2
Black with #4163C2
Text Example
Text Example
White with #4163C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4163C2; }
p { color: rgb(65,99,194); }
H1.HeaderClassName
{
color: #4163C2;
}
.AnyTagClassName
{
color: #4163C2;
}
</style>
background-color css
<style>
a { background-color: #4163C2; }
a { background-color: rgb(65,99,194); }
div.DivClassName
{
background-color: #4163C2;
}
.BgClassName
{
background-color: #4163C2;
}
</style>
border-color css
<style>
span { border-color: #4163C2; }
span { border-color: rgb(65,99,194); }
td.TdClassName
{
border-color: #4163C2;
}
.TagClassName
{
border-color: #4163C2;
}
</style>