Shades of Free Speech Blue #4452C9
Tints of Free Speech Blue #4452C9
RGB
CMYK
RGB Variations
Color information
#4452C9 (or 0x4452C9) is known color: Free Speech Blue. HEX triplet: 44, 52 and C9. RGB value is (68,82,201). Sum of RGB (Red+Green+Blue) = 68+82+201=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #4452C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4452C9 is #BBAD36. Grayscale: #5A5A5A. Windows color (decimal): -12299575 or 13193796. OLE color: 13193796.
HSL color Cylindrical-coordinate representation of color #4452C9: hue angle of 233.68º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4452C9 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 82 | 201 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.21 |
| HSL | 233.68º | 0.55% | 0.53% | - |
| HSV(B) | 233.68º | 0.66% | 0.79% | - |
| XYZ | 15.94 | 11.48 | 56.63 | - |
| YUV | 91.38 | 189.86 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 201 | 0.66 | 0.59 | 0 | 0.21 | 233.68 | 0.55 | 0.53 |
| Hex | 44 | 52 | C9 | 42 | 3B | 0 | 15 | EA | 37 | 35 |
| Octal | 104 | 122 | 311 | 102 | 73 | 0 | 25 | 352 | 67 | 65 |
| Binary | 1000100 | 1010010 | 11001001 | 1000010 | 111011 | 0 | 10101 | 11101010 | 110111 | 110101 |
Color Harmonies of #4452C9
Complementary color
Monochromatic Colors of #4452C9
Black with #4452C9
Text Example
Text Example
White with #4452C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4452C9; }
p { color: rgb(68,82,201); }
H1.HeaderClassName
{
color: #4452C9;
}
.AnyTagClassName
{
color: #4452C9;
}
</style>
background-color css
<style>
a { background-color: #4452C9; }
a { background-color: rgb(68,82,201); }
div.DivClassName
{
background-color: #4452C9;
}
.BgClassName
{
background-color: #4452C9;
}
</style>
border-color css
<style>
span { border-color: #4452C9; }
span { border-color: rgb(68,82,201); }
td.TdClassName
{
border-color: #4452C9;
}
.TagClassName
{
border-color: #4452C9;
}
</style>