Shades of Free Speech Blue #4741DC
Tints of Free Speech Blue #4741DC
RGB
CMYK
RGB Variations
Color information
#4741DC (or 0x4741DC) is known color: Free Speech Blue. HEX triplet: 47, 41 and DC. RGB value is (71,65,220). Sum of RGB (Red+Green+Blue) = 71+65+220=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #4741DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4741DC is #B8BE23. Grayscale: #535353. Windows color (decimal): -12107300 or 14434631. OLE color: 14434631.
HSL color Cylindrical-coordinate representation of color #4741DC: hue angle of 242.32º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4741DC is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 65 | 220 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.14 |
| HSL | 242.32º | 0.69% | 0.56% | - |
| HSV(B) | 242.32º | 0.7% | 0.86% | - |
| XYZ | 17.41 | 10.29 | 68.78 | - |
| YUV | 84.46 | 204.49 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 220 | 0.68 | 0.70 | 0 | 0.14 | 242.32 | 0.69 | 0.56 |
| Hex | 47 | 41 | DC | 44 | 46 | 0 | E | F2 | 45 | 38 |
| Octal | 107 | 101 | 334 | 104 | 106 | 0 | 16 | 362 | 105 | 70 |
| Binary | 1000111 | 1000001 | 11011100 | 1000100 | 1000110 | 0 | 1110 | 11110010 | 1000101 | 111000 |
Color Harmonies of #4741DC
Complementary color
Monochromatic Colors of #4741DC
Black with #4741DC
Text Example
Text Example
White with #4741DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4741DC; }
p { color: rgb(71,65,220); }
H1.HeaderClassName
{
color: #4741DC;
}
.AnyTagClassName
{
color: #4741DC;
}
</style>
background-color css
<style>
a { background-color: #4741DC; }
a { background-color: rgb(71,65,220); }
div.DivClassName
{
background-color: #4741DC;
}
.BgClassName
{
background-color: #4741DC;
}
</style>
border-color css
<style>
span { border-color: #4741DC; }
span { border-color: rgb(71,65,220); }
td.TdClassName
{
border-color: #4741DC;
}
.TagClassName
{
border-color: #4741DC;
}
</style>