Shades of Free Speech Blue #4452CE
Tints of Free Speech Blue #4452CE
RGB
CMYK
RGB Variations
Color information
#4452CE (or 0x4452CE) is known color: Free Speech Blue. HEX triplet: 44, 52 and CE. RGB value is (68,82,206). Sum of RGB (Red+Green+Blue) = 68+82+206=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #4452CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4452CE is #BBAD31. Grayscale: #5B5B5B. Windows color (decimal): -12299570 or 13521476. OLE color: 13521476.
HSL color Cylindrical-coordinate representation of color #4452CE: hue angle of 233.91º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4452CE is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 82 | 206 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.19 |
| HSL | 233.91º | 0.58% | 0.54% | - |
| HSV(B) | 233.91º | 0.67% | 0.81% | - |
| XYZ | 16.54 | 11.72 | 59.78 | - |
| YUV | 91.95 | 192.36 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 206 | 0.67 | 0.60 | 0 | 0.19 | 233.91 | 0.58 | 0.54 |
| Hex | 44 | 52 | CE | 43 | 3C | 0 | 13 | EA | 3A | 36 |
| Octal | 104 | 122 | 316 | 103 | 74 | 0 | 23 | 352 | 72 | 66 |
| Binary | 1000100 | 1010010 | 11001110 | 1000011 | 111100 | 0 | 10011 | 11101010 | 111010 | 110110 |
Color Harmonies of #4452CE
Complementary color
Monochromatic Colors of #4452CE
Black with #4452CE
Text Example
Text Example
White with #4452CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4452CE; }
p { color: rgb(68,82,206); }
H1.HeaderClassName
{
color: #4452CE;
}
.AnyTagClassName
{
color: #4452CE;
}
</style>
background-color css
<style>
a { background-color: #4452CE; }
a { background-color: rgb(68,82,206); }
div.DivClassName
{
background-color: #4452CE;
}
.BgClassName
{
background-color: #4452CE;
}
</style>
border-color css
<style>
span { border-color: #4452CE; }
span { border-color: rgb(68,82,206); }
td.TdClassName
{
border-color: #4452CE;
}
.TagClassName
{
border-color: #4452CE;
}
</style>