Shades of Free Speech Blue #4741CA
Tints of Free Speech Blue #4741CA
RGB
CMYK
RGB Variations
Color information
#4741CA (or 0x4741CA) is known color: Free Speech Blue. HEX triplet: 47, 41 and CA. RGB value is (71,65,202). Sum of RGB (Red+Green+Blue) = 71+65+202=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #4741CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4741CA is #B8BE35. Grayscale: #515151. Windows color (decimal): -12107318 or 13254983. OLE color: 13254983.
HSL color Cylindrical-coordinate representation of color #4741CA: hue angle of 242.63º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4741CA is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 65 | 202 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.21 |
| HSL | 242.63º | 0.56% | 0.52% | - |
| HSV(B) | 242.63º | 0.68% | 0.79% | - |
| XYZ | 15.15 | 9.38 | 56.89 | - |
| YUV | 82.41 | 195.49 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 202 | 0.65 | 0.68 | 0 | 0.21 | 242.63 | 0.56 | 0.52 |
| Hex | 47 | 41 | CA | 41 | 44 | 0 | 15 | F3 | 38 | 34 |
| Octal | 107 | 101 | 312 | 101 | 104 | 0 | 25 | 363 | 70 | 64 |
| Binary | 1000111 | 1000001 | 11001010 | 1000001 | 1000100 | 0 | 10101 | 11110011 | 111000 | 110100 |
Color Harmonies of #4741CA
Complementary color
Monochromatic Colors of #4741CA
Black with #4741CA
Text Example
Text Example
White with #4741CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4741CA; }
p { color: rgb(71,65,202); }
H1.HeaderClassName
{
color: #4741CA;
}
.AnyTagClassName
{
color: #4741CA;
}
</style>
background-color css
<style>
a { background-color: #4741CA; }
a { background-color: rgb(71,65,202); }
div.DivClassName
{
background-color: #4741CA;
}
.BgClassName
{
background-color: #4741CA;
}
</style>
border-color css
<style>
span { border-color: #4741CA; }
span { border-color: rgb(71,65,202); }
td.TdClassName
{
border-color: #4741CA;
}
.TagClassName
{
border-color: #4741CA;
}
</style>