Shades of Free Speech Blue #4451DC
Tints of Free Speech Blue #4451DC
RGB
CMYK
RGB Variations
Color information
#4451DC (or 0x4451DC) is known color: Free Speech Blue. HEX triplet: 44, 51 and DC. RGB value is (68,81,220). Sum of RGB (Red+Green+Blue) = 68+81+220=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #4451DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4451DC is #BBAE23. Grayscale: #5C5C5C. Windows color (decimal): -12299812 or 14438724. OLE color: 14438724.
HSL color Cylindrical-coordinate representation of color #4451DC: hue angle of 234.87º 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 #4451DC is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 81 | 220 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.14 |
| HSL | 234.87º | 0.68% | 0.56% | - |
| HSV(B) | 234.87º | 0.69% | 0.86% | - |
| XYZ | 18.24 | 12.28 | 69.12 | - |
| YUV | 92.96 | 199.69 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 220 | 0.69 | 0.63 | 0 | 0.14 | 234.87 | 0.68 | 0.56 |
| Hex | 44 | 51 | DC | 45 | 3F | 0 | E | EB | 44 | 38 |
| Octal | 104 | 121 | 334 | 105 | 77 | 0 | 16 | 353 | 104 | 70 |
| Binary | 1000100 | 1010001 | 11011100 | 1000101 | 111111 | 0 | 1110 | 11101011 | 1000100 | 111000 |
Color Harmonies of #4451DC
Complementary color
Monochromatic Colors of #4451DC
Black with #4451DC
Text Example
Text Example
White with #4451DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4451DC; }
p { color: rgb(68,81,220); }
H1.HeaderClassName
{
color: #4451DC;
}
.AnyTagClassName
{
color: #4451DC;
}
</style>
background-color css
<style>
a { background-color: #4451DC; }
a { background-color: rgb(68,81,220); }
div.DivClassName
{
background-color: #4451DC;
}
.BgClassName
{
background-color: #4451DC;
}
</style>
border-color css
<style>
span { border-color: #4451DC; }
span { border-color: rgb(68,81,220); }
td.TdClassName
{
border-color: #4451DC;
}
.TagClassName
{
border-color: #4451DC;
}
</style>