Shades of Free Speech Blue #4143D4
Tints of Free Speech Blue #4143D4
RGB
CMYK
RGB Variations
Color information
#4143D4 (or 0x4143D4) is known color: Free Speech Blue. HEX triplet: 41, 43 and D4. RGB value is (65,67,212). Sum of RGB (Red+Green+Blue) = 65+67+212=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 212 (83.20% from 255 or 61.63% from 344); Max value from RGB is 212 - color contains mainly: blue. Hex color #4143D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4143D4 is #BEBC2B. Grayscale: #525252. Windows color (decimal): -12500012 or 13910849. OLE color: 13910849.
HSL color Cylindrical-coordinate representation of color #4143D4: hue angle of 239.18º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4143D4 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 67 | 212 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.17 |
| HSL | 239.18º | 0.63% | 0.54% | - |
| HSV(B) | 239.18º | 0.69% | 0.83% | - |
| XYZ | 16.07 | 9.89 | 63.35 | - |
| YUV | 82.93 | 200.84 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 212 | 0.69 | 0.68 | 0 | 0.17 | 239.18 | 0.63 | 0.54 |
| Hex | 41 | 43 | D4 | 45 | 44 | 0 | 11 | EF | 3F | 36 |
| Octal | 101 | 103 | 324 | 105 | 104 | 0 | 21 | 357 | 77 | 66 |
| Binary | 1000001 | 1000011 | 11010100 | 1000101 | 1000100 | 0 | 10001 | 11101111 | 111111 | 110110 |
Color Harmonies of #4143D4
Complementary color
Monochromatic Colors of #4143D4
Black with #4143D4
Text Example
Text Example
White with #4143D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4143D4; }
p { color: rgb(65,67,212); }
H1.HeaderClassName
{
color: #4143D4;
}
.AnyTagClassName
{
color: #4143D4;
}
</style>
background-color css
<style>
a { background-color: #4143D4; }
a { background-color: rgb(65,67,212); }
div.DivClassName
{
background-color: #4143D4;
}
.BgClassName
{
background-color: #4143D4;
}
</style>
border-color css
<style>
span { border-color: #4143D4; }
span { border-color: rgb(65,67,212); }
td.TdClassName
{
border-color: #4143D4;
}
.TagClassName
{
border-color: #4143D4;
}
</style>