Shades of Free Speech Blue #4148DC
Tints of Free Speech Blue #4148DC
RGB
CMYK
RGB Variations
Color information
#4148DC (or 0x4148DC) is known color: Free Speech Blue. HEX triplet: 41, 48 and DC. RGB value is (65,72,220). Sum of RGB (Red+Green+Blue) = 65+72+220=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #4148DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4148DC is #BEB723. Grayscale: #565656. Windows color (decimal): -12498724 or 14436417. OLE color: 14436417.
HSL color Cylindrical-coordinate representation of color #4148DC: hue angle of 237.29º 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 #4148DC is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 72 | 220 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.14 |
| HSL | 237.29º | 0.69% | 0.56% | - |
| HSV(B) | 237.29º | 0.7% | 0.86% | - |
| XYZ | 17.42 | 10.93 | 68.9 | - |
| YUV | 86.78 | 203.18 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 220 | 0.70 | 0.67 | 0 | 0.14 | 237.29 | 0.69 | 0.56 |
| Hex | 41 | 48 | DC | 46 | 43 | 0 | E | ED | 45 | 38 |
| Octal | 101 | 110 | 334 | 106 | 103 | 0 | 16 | 355 | 105 | 70 |
| Binary | 1000001 | 1001000 | 11011100 | 1000110 | 1000011 | 0 | 1110 | 11101101 | 1000101 | 111000 |
Color Harmonies of #4148DC
Complementary color
Monochromatic Colors of #4148DC
Black with #4148DC
Text Example
Text Example
White with #4148DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4148DC; }
p { color: rgb(65,72,220); }
H1.HeaderClassName
{
color: #4148DC;
}
.AnyTagClassName
{
color: #4148DC;
}
</style>
background-color css
<style>
a { background-color: #4148DC; }
a { background-color: rgb(65,72,220); }
div.DivClassName
{
background-color: #4148DC;
}
.BgClassName
{
background-color: #4148DC;
}
</style>
border-color css
<style>
span { border-color: #4148DC; }
span { border-color: rgb(65,72,220); }
td.TdClassName
{
border-color: #4148DC;
}
.TagClassName
{
border-color: #4148DC;
}
</style>