Shades of Free Speech Blue #4153DC
Tints of Free Speech Blue #4153DC
RGB
CMYK
RGB Variations
Color information
#4153DC (or 0x4153DC) is known color: Free Speech Blue. HEX triplet: 41, 53 and DC. RGB value is (65,83,220). Sum of RGB (Red+Green+Blue) = 65+83+220=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #4153DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4153DC is #BEAC23. Grayscale: #5C5C5C. Windows color (decimal): -12495908 or 14439233. OLE color: 14439233.
HSL color Cylindrical-coordinate representation of color #4153DC: hue angle of 233.03º 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 #4153DC is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 83 | 220 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.14 |
| HSL | 233.03º | 0.69% | 0.56% | - |
| HSV(B) | 233.03º | 0.7% | 0.86% | - |
| XYZ | 18.19 | 12.48 | 69.16 | - |
| YUV | 93.24 | 199.54 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 220 | 0.70 | 0.62 | 0 | 0.14 | 233.03 | 0.69 | 0.56 |
| Hex | 41 | 53 | DC | 46 | 3E | 0 | E | E9 | 45 | 38 |
| Octal | 101 | 123 | 334 | 106 | 76 | 0 | 16 | 351 | 105 | 70 |
| Binary | 1000001 | 1010011 | 11011100 | 1000110 | 111110 | 0 | 1110 | 11101001 | 1000101 | 111000 |
Color Harmonies of #4153DC
Complementary color
Monochromatic Colors of #4153DC
Black with #4153DC
Text Example
Text Example
White with #4153DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4153DC; }
p { color: rgb(65,83,220); }
H1.HeaderClassName
{
color: #4153DC;
}
.AnyTagClassName
{
color: #4153DC;
}
</style>
background-color css
<style>
a { background-color: #4153DC; }
a { background-color: rgb(65,83,220); }
div.DivClassName
{
background-color: #4153DC;
}
.BgClassName
{
background-color: #4153DC;
}
</style>
border-color css
<style>
span { border-color: #4153DC; }
span { border-color: rgb(65,83,220); }
td.TdClassName
{
border-color: #4153DC;
}
.TagClassName
{
border-color: #4153DC;
}
</style>