Shades of Free Speech Blue #4450CC
Tints of Free Speech Blue #4450CC
RGB
CMYK
RGB Variations
Color information
#4450CC (or 0x4450CC) is known color: Free Speech Blue. HEX triplet: 44, 50 and CC. RGB value is (68,80,204). Sum of RGB (Red+Green+Blue) = 68+80+204=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #4450CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4450CC is #BBAF33. Grayscale: #5A5A5A. Windows color (decimal): -12300084 or 13389892. OLE color: 13389892.
HSL color Cylindrical-coordinate representation of color #4450CC: hue angle of 234.71º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4450CC is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 80 | 204 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.2 |
| HSL | 234.71º | 0.57% | 0.53% | - |
| HSV(B) | 234.71º | 0.67% | 0.8% | - |
| XYZ | 16.15 | 11.33 | 58.46 | - |
| YUV | 90.55 | 192.02 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 204 | 0.67 | 0.61 | 0 | 0.2 | 234.71 | 0.57 | 0.53 |
| Hex | 44 | 50 | CC | 43 | 3D | 0 | 14 | EB | 39 | 35 |
| Octal | 104 | 120 | 314 | 103 | 75 | 0 | 24 | 353 | 71 | 65 |
| Binary | 1000100 | 1010000 | 11001100 | 1000011 | 111101 | 0 | 10100 | 11101011 | 111001 | 110101 |
Color Harmonies of #4450CC
Complementary color
Monochromatic Colors of #4450CC
Black with #4450CC
Text Example
Text Example
White with #4450CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4450CC; }
p { color: rgb(68,80,204); }
H1.HeaderClassName
{
color: #4450CC;
}
.AnyTagClassName
{
color: #4450CC;
}
</style>
background-color css
<style>
a { background-color: #4450CC; }
a { background-color: rgb(68,80,204); }
div.DivClassName
{
background-color: #4450CC;
}
.BgClassName
{
background-color: #4450CC;
}
</style>
border-color css
<style>
span { border-color: #4450CC; }
span { border-color: rgb(68,80,204); }
td.TdClassName
{
border-color: #4450CC;
}
.TagClassName
{
border-color: #4450CC;
}
</style>