Shades of Free Speech Blue #4452DC
Tints of Free Speech Blue #4452DC
RGB
CMYK
RGB Variations
Color information
#4452DC (or 0x4452DC) is known color: Free Speech Blue. HEX triplet: 44, 52 and DC. RGB value is (68,82,220). Sum of RGB (Red+Green+Blue) = 68+82+220=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #4452DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4452DC is #BBAD23. Grayscale: #5C5C5C. Windows color (decimal): -12299556 or 14438980. OLE color: 14438980.
HSL color Cylindrical-coordinate representation of color #4452DC: hue angle of 234.47º 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 #4452DC is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 82 | 220 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.14 |
| HSL | 234.47º | 0.68% | 0.56% | - |
| HSV(B) | 234.47º | 0.69% | 0.86% | - |
| XYZ | 18.32 | 12.43 | 69.14 | - |
| YUV | 93.55 | 199.36 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 220 | 0.69 | 0.63 | 0 | 0.14 | 234.47 | 0.68 | 0.56 |
| Hex | 44 | 52 | DC | 45 | 3F | 0 | E | EA | 44 | 38 |
| Octal | 104 | 122 | 334 | 105 | 77 | 0 | 16 | 352 | 104 | 70 |
| Binary | 1000100 | 1010010 | 11011100 | 1000101 | 111111 | 0 | 1110 | 11101010 | 1000100 | 111000 |
Color Harmonies of #4452DC
Complementary color
Monochromatic Colors of #4452DC
Black with #4452DC
Text Example
Text Example
White with #4452DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4452DC; }
p { color: rgb(68,82,220); }
H1.HeaderClassName
{
color: #4452DC;
}
.AnyTagClassName
{
color: #4452DC;
}
</style>
background-color css
<style>
a { background-color: #4452DC; }
a { background-color: rgb(68,82,220); }
div.DivClassName
{
background-color: #4452DC;
}
.BgClassName
{
background-color: #4452DC;
}
</style>
border-color css
<style>
span { border-color: #4452DC; }
span { border-color: rgb(68,82,220); }
td.TdClassName
{
border-color: #4452DC;
}
.TagClassName
{
border-color: #4452DC;
}
</style>