Shades of Free Speech Blue #4553CA
Tints of Free Speech Blue #4553CA
RGB
CMYK
RGB Variations
Color information
#4553CA (or 0x4553CA) is known color: Free Speech Blue. HEX triplet: 45, 53 and CA. RGB value is (69,83,202). Sum of RGB (Red+Green+Blue) = 69+83+202=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 83 (32.81% from 255 or 23.45% 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 #4553CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4553CA is #BAAC35. Grayscale: #5B5B5B. Windows color (decimal): -12233782 or 13259589. OLE color: 13259589.
HSL color Cylindrical-coordinate representation of color #4553CA: hue angle of 233.68º 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 #4553CA is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 83 | 202 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.21 |
| HSL | 233.68º | 0.56% | 0.53% | - |
| HSV(B) | 233.68º | 0.66% | 0.79% | - |
| XYZ | 16.21 | 11.72 | 57.28 | - |
| YUV | 92.38 | 189.86 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 202 | 0.66 | 0.59 | 0 | 0.21 | 233.68 | 0.56 | 0.53 |
| Hex | 45 | 53 | CA | 42 | 3B | 0 | 15 | EA | 38 | 35 |
| Octal | 105 | 123 | 312 | 102 | 73 | 0 | 25 | 352 | 70 | 65 |
| Binary | 1000101 | 1010011 | 11001010 | 1000010 | 111011 | 0 | 10101 | 11101010 | 111000 | 110101 |
Color Harmonies of #4553CA
Complementary color
Monochromatic Colors of #4553CA
Black with #4553CA
Text Example
Text Example
White with #4553CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4553CA; }
p { color: rgb(69,83,202); }
H1.HeaderClassName
{
color: #4553CA;
}
.AnyTagClassName
{
color: #4553CA;
}
</style>
background-color css
<style>
a { background-color: #4553CA; }
a { background-color: rgb(69,83,202); }
div.DivClassName
{
background-color: #4553CA;
}
.BgClassName
{
background-color: #4553CA;
}
</style>
border-color css
<style>
span { border-color: #4553CA; }
span { border-color: rgb(69,83,202); }
td.TdClassName
{
border-color: #4553CA;
}
.TagClassName
{
border-color: #4553CA;
}
</style>