Shades of Free Speech Blue #474BDB
Tints of Free Speech Blue #474BDB
RGB
CMYK
RGB Variations
Color information
#474BDB (or 0x474BDB) is known color: Free Speech Blue. HEX triplet: 47, 4B and DB. RGB value is (71,75,219). Sum of RGB (Red+Green+Blue) = 71+75+219=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #474BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BDB is #B8B424. Grayscale: #595959. Windows color (decimal): -12104741 or 14371655. OLE color: 14371655.
HSL color Cylindrical-coordinate representation of color #474BDB: hue angle of 238.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #474BDB is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 75 | 219 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.14 |
| HSL | 238.38º | 0.67% | 0.57% | - |
| HSV(B) | 238.38º | 0.68% | 0.86% | - |
| XYZ | 17.9 | 11.49 | 68.29 | - |
| YUV | 90.22 | 200.67 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 219 | 0.68 | 0.66 | 0 | 0.14 | 238.38 | 0.67 | 0.57 |
| Hex | 47 | 4B | DB | 44 | 42 | 0 | E | EE | 43 | 39 |
| Octal | 107 | 113 | 333 | 104 | 102 | 0 | 16 | 356 | 103 | 71 |
| Binary | 1000111 | 1001011 | 11011011 | 1000100 | 1000010 | 0 | 1110 | 11101110 | 1000011 | 111001 |
Color Harmonies of #474BDB
Complementary color
Monochromatic Colors of #474BDB
Black with #474BDB
Text Example
Text Example
White with #474BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474BDB; }
p { color: rgb(71,75,219); }
H1.HeaderClassName
{
color: #474BDB;
}
.AnyTagClassName
{
color: #474BDB;
}
</style>
background-color css
<style>
a { background-color: #474BDB; }
a { background-color: rgb(71,75,219); }
div.DivClassName
{
background-color: #474BDB;
}
.BgClassName
{
background-color: #474BDB;
}
</style>
border-color css
<style>
span { border-color: #474BDB; }
span { border-color: rgb(71,75,219); }
td.TdClassName
{
border-color: #474BDB;
}
.TagClassName
{
border-color: #474BDB;
}
</style>