Shades of Free Speech Blue #4745CA
Tints of Free Speech Blue #4745CA
RGB
CMYK
RGB Variations
Color information
#4745CA (or 0x4745CA) is known color: Free Speech Blue. HEX triplet: 47, 45 and CA. RGB value is (71,69,202). Sum of RGB (Red+Green+Blue) = 71+69+202=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #4745CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4745CA is #B8BA35. Grayscale: #545454. Windows color (decimal): -12106294 or 13256007. OLE color: 13256007.
HSL color Cylindrical-coordinate representation of color #4745CA: hue angle of 240.9º 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 #4745CA is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 69 | 202 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.21 |
| HSL | 240.9º | 0.56% | 0.53% | - |
| HSV(B) | 240.9º | 0.66% | 0.79% | - |
| XYZ | 15.39 | 9.86 | 56.97 | - |
| YUV | 84.76 | 194.16 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 202 | 0.65 | 0.66 | 0 | 0.21 | 240.9 | 0.56 | 0.53 |
| Hex | 47 | 45 | CA | 41 | 42 | 0 | 15 | F1 | 38 | 35 |
| Octal | 107 | 105 | 312 | 101 | 102 | 0 | 25 | 361 | 70 | 65 |
| Binary | 1000111 | 1000101 | 11001010 | 1000001 | 1000010 | 0 | 10101 | 11110001 | 111000 | 110101 |
Color Harmonies of #4745CA
Complementary color
Monochromatic Colors of #4745CA
Black with #4745CA
Text Example
Text Example
White with #4745CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4745CA; }
p { color: rgb(71,69,202); }
H1.HeaderClassName
{
color: #4745CA;
}
.AnyTagClassName
{
color: #4745CA;
}
</style>
background-color css
<style>
a { background-color: #4745CA; }
a { background-color: rgb(71,69,202); }
div.DivClassName
{
background-color: #4745CA;
}
.BgClassName
{
background-color: #4745CA;
}
</style>
border-color css
<style>
span { border-color: #4745CA; }
span { border-color: rgb(71,69,202); }
td.TdClassName
{
border-color: #4745CA;
}
.TagClassName
{
border-color: #4745CA;
}
</style>