Shades of Free Speech Blue #4455C2
Tints of Free Speech Blue #4455C2
RGB
CMYK
RGB Variations
Color information
#4455C2 (or 0x4455C2) is known color: Free Speech Blue. HEX triplet: 44, 55 and C2. RGB value is (68,85,194). Sum of RGB (Red+Green+Blue) = 68+85+194=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 194 (76.17% from 255 or 55.91% from 347); Max value from RGB is 194 - color contains mainly: blue. Hex color #4455C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4455C2 is #BBAA3D. Grayscale: #5B5B5B. Windows color (decimal): -12298814 or 12735812. OLE color: 12735812.
HSL color Cylindrical-coordinate representation of color #4455C2: hue angle of 231.9º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4455C2 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 85 | 194 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.24 |
| HSL | 231.9º | 0.51% | 0.51% | - |
| HSV(B) | 231.9º | 0.65% | 0.76% | - |
| XYZ | 15.37 | 11.62 | 52.47 | - |
| YUV | 92.34 | 185.37 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 194 | 0.65 | 0.56 | 0 | 0.24 | 231.9 | 0.51 | 0.51 |
| Hex | 44 | 55 | C2 | 41 | 38 | 0 | 18 | E8 | 33 | 33 |
| Octal | 104 | 125 | 302 | 101 | 70 | 0 | 30 | 350 | 63 | 63 |
| Binary | 1000100 | 1010101 | 11000010 | 1000001 | 111000 | 0 | 11000 | 11101000 | 110011 | 110011 |
Color Harmonies of #4455C2
Complementary color
Monochromatic Colors of #4455C2
Black with #4455C2
Text Example
Text Example
White with #4455C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4455C2; }
p { color: rgb(68,85,194); }
H1.HeaderClassName
{
color: #4455C2;
}
.AnyTagClassName
{
color: #4455C2;
}
</style>
background-color css
<style>
a { background-color: #4455C2; }
a { background-color: rgb(68,85,194); }
div.DivClassName
{
background-color: #4455C2;
}
.BgClassName
{
background-color: #4455C2;
}
</style>
border-color css
<style>
span { border-color: #4455C2; }
span { border-color: rgb(68,85,194); }
td.TdClassName
{
border-color: #4455C2;
}
.TagClassName
{
border-color: #4455C2;
}
</style>