Shades of Free Speech Blue #4451CA
Tints of Free Speech Blue #4451CA
RGB
CMYK
RGB Variations
Color information
#4451CA (or 0x4451CA) is known color: Free Speech Blue. HEX triplet: 44, 51 and CA. RGB value is (68,81,202). Sum of RGB (Red+Green+Blue) = 68+81+202=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #4451CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4451CA is #BBAE35. Grayscale: #5A5A5A. Windows color (decimal): -12299830 or 13259076. OLE color: 13259076.
HSL color Cylindrical-coordinate representation of color #4451CA: hue angle of 234.18º 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 #4451CA is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 81 | 202 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.21 |
| HSL | 234.18º | 0.56% | 0.53% | - |
| HSV(B) | 234.18º | 0.66% | 0.79% | - |
| XYZ | 15.99 | 11.38 | 57.23 | - |
| YUV | 90.91 | 190.69 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 202 | 0.66 | 0.60 | 0 | 0.21 | 234.18 | 0.56 | 0.53 |
| Hex | 44 | 51 | CA | 42 | 3C | 0 | 15 | EA | 38 | 35 |
| Octal | 104 | 121 | 312 | 102 | 74 | 0 | 25 | 352 | 70 | 65 |
| Binary | 1000100 | 1010001 | 11001010 | 1000010 | 111100 | 0 | 10101 | 11101010 | 111000 | 110101 |
Color Harmonies of #4451CA
Complementary color
Monochromatic Colors of #4451CA
Black with #4451CA
Text Example
Text Example
White with #4451CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4451CA; }
p { color: rgb(68,81,202); }
H1.HeaderClassName
{
color: #4451CA;
}
.AnyTagClassName
{
color: #4451CA;
}
</style>
background-color css
<style>
a { background-color: #4451CA; }
a { background-color: rgb(68,81,202); }
div.DivClassName
{
background-color: #4451CA;
}
.BgClassName
{
background-color: #4451CA;
}
</style>
border-color css
<style>
span { border-color: #4451CA; }
span { border-color: rgb(68,81,202); }
td.TdClassName
{
border-color: #4451CA;
}
.TagClassName
{
border-color: #4451CA;
}
</style>