Shades of Free Speech Blue #474DB3
Tints of Free Speech Blue #474DB3
RGB
CMYK
RGB Variations
Color information
#474DB3 (or 0x474DB3) is known color: Free Speech Blue. HEX triplet: 47, 4D and B3. RGB value is (71,77,179). Sum of RGB (Red+Green+Blue) = 71+77+179=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #474DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DB3 is #B8B24C. Grayscale: #565656. Windows color (decimal): -12104269 or 11750727. OLE color: 11750727.
HSL color Cylindrical-coordinate representation of color #474DB3: hue angle of 236.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #474DB3 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 77 | 179 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.30 |
| HSL | 236.67º | 0.43% | 0.49% | - |
| HSV(B) | 236.67º | 0.6% | 0.7% | - |
| XYZ | 13.39 | 9.9 | 43.85 | - |
| YUV | 86.83 | 180.01 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 179 | 0.60 | 0.57 | 0 | 0.30 | 236.67 | 0.43 | 0.49 |
| Hex | 47 | 4D | B3 | 3C | 39 | 0 | 1E | ED | 2B | 31 |
| Octal | 107 | 115 | 263 | 74 | 71 | 0 | 36 | 355 | 53 | 61 |
| Binary | 1000111 | 1001101 | 10110011 | 111100 | 111001 | 0 | 11110 | 11101101 | 101011 | 110001 |
Color Harmonies of #474DB3
Complementary color
Monochromatic Colors of #474DB3
Black with #474DB3
Text Example
Text Example
White with #474DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474DB3; }
p { color: rgb(71,77,179); }
H1.HeaderClassName
{
color: #474DB3;
}
.AnyTagClassName
{
color: #474DB3;
}
</style>
background-color css
<style>
a { background-color: #474DB3; }
a { background-color: rgb(71,77,179); }
div.DivClassName
{
background-color: #474DB3;
}
.BgClassName
{
background-color: #474DB3;
}
</style>
border-color css
<style>
span { border-color: #474DB3; }
span { border-color: rgb(71,77,179); }
td.TdClassName
{
border-color: #474DB3;
}
.TagClassName
{
border-color: #474DB3;
}
</style>