Shades of Free Speech Blue #4455CC
Tints of Free Speech Blue #4455CC
RGB
CMYK
RGB Variations
Color information
#4455CC (or 0x4455CC) is known color: Free Speech Blue. HEX triplet: 44, 55 and CC. RGB value is (68,85,204). Sum of RGB (Red+Green+Blue) = 68+85+204=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #4455CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4455CC is #BBAA33. Grayscale: #5C5C5C. Windows color (decimal): -12298804 or 13391172. OLE color: 13391172.
HSL color Cylindrical-coordinate representation of color #4455CC: hue angle of 232.5º 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 #4455CC is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 85 | 204 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.2 |
| HSL | 232.5º | 0.57% | 0.53% | - |
| HSV(B) | 232.5º | 0.67% | 0.8% | - |
| XYZ | 16.53 | 12.09 | 58.59 | - |
| YUV | 93.48 | 190.37 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 204 | 0.67 | 0.58 | 0 | 0.2 | 232.5 | 0.57 | 0.53 |
| Hex | 44 | 55 | CC | 43 | 3A | 0 | 14 | E8 | 39 | 35 |
| Octal | 104 | 125 | 314 | 103 | 72 | 0 | 24 | 350 | 71 | 65 |
| Binary | 1000100 | 1010101 | 11001100 | 1000011 | 111010 | 0 | 10100 | 11101000 | 111001 | 110101 |
Color Harmonies of #4455CC
Complementary color
Monochromatic Colors of #4455CC
Black with #4455CC
Text Example
Text Example
White with #4455CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4455CC; }
p { color: rgb(68,85,204); }
H1.HeaderClassName
{
color: #4455CC;
}
.AnyTagClassName
{
color: #4455CC;
}
</style>
background-color css
<style>
a { background-color: #4455CC; }
a { background-color: rgb(68,85,204); }
div.DivClassName
{
background-color: #4455CC;
}
.BgClassName
{
background-color: #4455CC;
}
</style>
border-color css
<style>
span { border-color: #4455CC; }
span { border-color: rgb(68,85,204); }
td.TdClassName
{
border-color: #4455CC;
}
.TagClassName
{
border-color: #4455CC;
}
</style>