Shades of Free Speech Blue #474BCC
Tints of Free Speech Blue #474BCC
RGB
CMYK
RGB Variations
Color information
#474BCC (or 0x474BCC) is known color: Free Speech Blue. HEX triplet: 47, 4B and CC. RGB value is (71,75,204). Sum of RGB (Red+Green+Blue) = 71+75+204=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #474BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BCC is #B8B433. Grayscale: #575757. Windows color (decimal): -12104756 or 13388615. OLE color: 13388615.
HSL color Cylindrical-coordinate representation of color #474BCC: hue angle of 238.2º degrees, saturation: 0.57, 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 #474BCC is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 75 | 204 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.2 |
| HSL | 238.2º | 0.57% | 0.54% | - |
| HSV(B) | 238.2º | 0.65% | 0.8% | - |
| XYZ | 16.01 | 10.73 | 58.35 | - |
| YUV | 88.51 | 193.17 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 204 | 0.65 | 0.63 | 0 | 0.2 | 238.2 | 0.57 | 0.54 |
| Hex | 47 | 4B | CC | 41 | 3F | 0 | 14 | EE | 39 | 36 |
| Octal | 107 | 113 | 314 | 101 | 77 | 0 | 24 | 356 | 71 | 66 |
| Binary | 1000111 | 1001011 | 11001100 | 1000001 | 111111 | 0 | 10100 | 11101110 | 111001 | 110110 |
Color Harmonies of #474BCC
Complementary color
Monochromatic Colors of #474BCC
Black with #474BCC
Text Example
Text Example
White with #474BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474BCC; }
p { color: rgb(71,75,204); }
H1.HeaderClassName
{
color: #474BCC;
}
.AnyTagClassName
{
color: #474BCC;
}
</style>
background-color css
<style>
a { background-color: #474BCC; }
a { background-color: rgb(71,75,204); }
div.DivClassName
{
background-color: #474BCC;
}
.BgClassName
{
background-color: #474BCC;
}
</style>
border-color css
<style>
span { border-color: #474BCC; }
span { border-color: rgb(71,75,204); }
td.TdClassName
{
border-color: #474BCC;
}
.TagClassName
{
border-color: #474BCC;
}
</style>