Shades of Free Speech Blue #4455DC
Tints of Free Speech Blue #4455DC
RGB
CMYK
RGB Variations
Color information
#4455DC (or 0x4455DC) is known color: Free Speech Blue. HEX triplet: 44, 55 and DC. RGB value is (68,85,220). Sum of RGB (Red+Green+Blue) = 68+85+220=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #4455DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4455DC is #BBAA23. Grayscale: #5E5E5E. Windows color (decimal): -12298788 or 14439748. OLE color: 14439748.
HSL color Cylindrical-coordinate representation of color #4455DC: hue angle of 233.29º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4455DC is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 85 | 220 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.14 |
| HSL | 233.29º | 0.68% | 0.56% | - |
| HSV(B) | 233.29º | 0.69% | 0.86% | - |
| XYZ | 18.55 | 12.89 | 69.22 | - |
| YUV | 95.31 | 198.37 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 220 | 0.69 | 0.61 | 0 | 0.14 | 233.29 | 0.68 | 0.56 |
| Hex | 44 | 55 | DC | 45 | 3D | 0 | E | E9 | 44 | 38 |
| Octal | 104 | 125 | 334 | 105 | 75 | 0 | 16 | 351 | 104 | 70 |
| Binary | 1000100 | 1010101 | 11011100 | 1000101 | 111101 | 0 | 1110 | 11101001 | 1000100 | 111000 |
Color Harmonies of #4455DC
Complementary color
Monochromatic Colors of #4455DC
Black with #4455DC
Text Example
Text Example
White with #4455DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4455DC; }
p { color: rgb(68,85,220); }
H1.HeaderClassName
{
color: #4455DC;
}
.AnyTagClassName
{
color: #4455DC;
}
</style>
background-color css
<style>
a { background-color: #4455DC; }
a { background-color: rgb(68,85,220); }
div.DivClassName
{
background-color: #4455DC;
}
.BgClassName
{
background-color: #4455DC;
}
</style>
border-color css
<style>
span { border-color: #4455DC; }
span { border-color: rgb(68,85,220); }
td.TdClassName
{
border-color: #4455DC;
}
.TagClassName
{
border-color: #4455DC;
}
</style>