Shades of Free Speech Blue #4454CA
Tints of Free Speech Blue #4454CA
RGB
CMYK
RGB Variations
Color information
#4454CA (or 0x4454CA) is known color: Free Speech Blue. HEX triplet: 44, 54 and CA. RGB value is (68,84,202). Sum of RGB (Red+Green+Blue) = 68+84+202=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #4454CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4454CA is #BBAB35. Grayscale: #5C5C5C. Windows color (decimal): -12299062 or 13259844. OLE color: 13259844.
HSL color Cylindrical-coordinate representation of color #4454CA: hue angle of 232.84º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4454CA is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 84 | 202 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.21 |
| HSL | 232.84º | 0.56% | 0.53% | - |
| HSV(B) | 232.84º | 0.66% | 0.79% | - |
| XYZ | 16.21 | 11.83 | 57.31 | - |
| YUV | 92.67 | 189.7 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 202 | 0.66 | 0.58 | 0 | 0.21 | 232.84 | 0.56 | 0.53 |
| Hex | 44 | 54 | CA | 42 | 3A | 0 | 15 | E9 | 38 | 35 |
| Octal | 104 | 124 | 312 | 102 | 72 | 0 | 25 | 351 | 70 | 65 |
| Binary | 1000100 | 1010100 | 11001010 | 1000010 | 111010 | 0 | 10101 | 11101001 | 111000 | 110101 |
Color Harmonies of #4454CA
Complementary color
Monochromatic Colors of #4454CA
Black with #4454CA
Text Example
Text Example
White with #4454CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4454CA; }
p { color: rgb(68,84,202); }
H1.HeaderClassName
{
color: #4454CA;
}
.AnyTagClassName
{
color: #4454CA;
}
</style>
background-color css
<style>
a { background-color: #4454CA; }
a { background-color: rgb(68,84,202); }
div.DivClassName
{
background-color: #4454CA;
}
.BgClassName
{
background-color: #4454CA;
}
</style>
border-color css
<style>
span { border-color: #4454CA; }
span { border-color: rgb(68,84,202); }
td.TdClassName
{
border-color: #4454CA;
}
.TagClassName
{
border-color: #4454CA;
}
</style>