Shades of Free Speech Blue #4454CC
Tints of Free Speech Blue #4454CC
RGB
CMYK
RGB Variations
Color information
#4454CC (or 0x4454CC) is known color: Free Speech Blue. HEX triplet: 44, 54 and CC. RGB value is (68,84,204). Sum of RGB (Red+Green+Blue) = 68+84+204=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #4454CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4454CC is #BBAB33. Grayscale: #5C5C5C. Windows color (decimal): -12299060 or 13390916. OLE color: 13390916.
HSL color Cylindrical-coordinate representation of color #4454CC: hue angle of 232.94º 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 #4454CC is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 84 | 204 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.2 |
| HSL | 232.94º | 0.57% | 0.53% | - |
| HSV(B) | 232.94º | 0.67% | 0.8% | - |
| XYZ | 16.45 | 11.93 | 58.56 | - |
| YUV | 92.9 | 190.7 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 204 | 0.67 | 0.59 | 0 | 0.2 | 232.94 | 0.57 | 0.53 |
| Hex | 44 | 54 | CC | 43 | 3B | 0 | 14 | E9 | 39 | 35 |
| Octal | 104 | 124 | 314 | 103 | 73 | 0 | 24 | 351 | 71 | 65 |
| Binary | 1000100 | 1010100 | 11001100 | 1000011 | 111011 | 0 | 10100 | 11101001 | 111001 | 110101 |
Color Harmonies of #4454CC
Complementary color
Monochromatic Colors of #4454CC
Black with #4454CC
Text Example
Text Example
White with #4454CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4454CC; }
p { color: rgb(68,84,204); }
H1.HeaderClassName
{
color: #4454CC;
}
.AnyTagClassName
{
color: #4454CC;
}
</style>
background-color css
<style>
a { background-color: #4454CC; }
a { background-color: rgb(68,84,204); }
div.DivClassName
{
background-color: #4454CC;
}
.BgClassName
{
background-color: #4454CC;
}
</style>
border-color css
<style>
span { border-color: #4454CC; }
span { border-color: rgb(68,84,204); }
td.TdClassName
{
border-color: #4454CC;
}
.TagClassName
{
border-color: #4454CC;
}
</style>