Shades of Free Speech Blue #4452CF
Tints of Free Speech Blue #4452CF
RGB
CMYK
RGB Variations
Color information
#4452CF (or 0x4452CF) is known color: Free Speech Blue. HEX triplet: 44, 52 and CF. RGB value is (68,82,207). Sum of RGB (Red+Green+Blue) = 68+82+207=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #4452CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4452CF is #BBAD30. Grayscale: #5B5B5B. Windows color (decimal): -12299569 or 13587012. OLE color: 13587012.
HSL color Cylindrical-coordinate representation of color #4452CF: hue angle of 233.96º degrees, saturation: 0.59, 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 #4452CF is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 82 | 207 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.19 |
| HSL | 233.96º | 0.59% | 0.54% | - |
| HSV(B) | 233.96º | 0.67% | 0.81% | - |
| XYZ | 16.66 | 11.77 | 60.42 | - |
| YUV | 92.06 | 192.86 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 207 | 0.67 | 0.60 | 0 | 0.19 | 233.96 | 0.59 | 0.54 |
| Hex | 44 | 52 | CF | 43 | 3C | 0 | 13 | EA | 3B | 36 |
| Octal | 104 | 122 | 317 | 103 | 74 | 0 | 23 | 352 | 73 | 66 |
| Binary | 1000100 | 1010010 | 11001111 | 1000011 | 111100 | 0 | 10011 | 11101010 | 111011 | 110110 |
Color Harmonies of #4452CF
Complementary color
Monochromatic Colors of #4452CF
Black with #4452CF
Text Example
Text Example
White with #4452CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4452CF; }
p { color: rgb(68,82,207); }
H1.HeaderClassName
{
color: #4452CF;
}
.AnyTagClassName
{
color: #4452CF;
}
</style>
background-color css
<style>
a { background-color: #4452CF; }
a { background-color: rgb(68,82,207); }
div.DivClassName
{
background-color: #4452CF;
}
.BgClassName
{
background-color: #4452CF;
}
</style>
border-color css
<style>
span { border-color: #4452CF; }
span { border-color: rgb(68,82,207); }
td.TdClassName
{
border-color: #4452CF;
}
.TagClassName
{
border-color: #4452CF;
}
</style>