Shades of Free Speech Blue #474BCB
Tints of Free Speech Blue #474BCB
RGB
CMYK
RGB Variations
Color information
#474BCB (or 0x474BCB) is known color: Free Speech Blue. HEX triplet: 47, 4B and CB. RGB value is (71,75,203). Sum of RGB (Red+Green+Blue) = 71+75+203=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #474BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BCB is #B8B434. Grayscale: #575757. Windows color (decimal): -12104757 or 13323079. OLE color: 13323079.
HSL color Cylindrical-coordinate representation of color #474BCB: hue angle of 238.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #474BCB is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 75 | 203 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.20 |
| HSL | 238.18º | 0.56% | 0.54% | - |
| HSV(B) | 238.18º | 0.65% | 0.8% | - |
| XYZ | 15.89 | 10.68 | 57.72 | - |
| YUV | 88.4 | 192.67 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 203 | 0.65 | 0.63 | 0 | 0.20 | 238.18 | 0.56 | 0.54 |
| Hex | 47 | 4B | CB | 41 | 3F | 0 | 14 | EE | 38 | 36 |
| Octal | 107 | 113 | 313 | 101 | 77 | 0 | 24 | 356 | 70 | 66 |
| Binary | 1000111 | 1001011 | 11001011 | 1000001 | 111111 | 0 | 10100 | 11101110 | 111000 | 110110 |
Color Harmonies of #474BCB
Complementary color
Monochromatic Colors of #474BCB
Black with #474BCB
Text Example
Text Example
White with #474BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474BCB; }
p { color: rgb(71,75,203); }
H1.HeaderClassName
{
color: #474BCB;
}
.AnyTagClassName
{
color: #474BCB;
}
</style>
background-color css
<style>
a { background-color: #474BCB; }
a { background-color: rgb(71,75,203); }
div.DivClassName
{
background-color: #474BCB;
}
.BgClassName
{
background-color: #474BCB;
}
</style>
border-color css
<style>
span { border-color: #474BCB; }
span { border-color: rgb(71,75,203); }
td.TdClassName
{
border-color: #474BCB;
}
.TagClassName
{
border-color: #474BCB;
}
</style>