Shades of Free Speech Blue #474CCB
Tints of Free Speech Blue #474CCB
RGB
CMYK
RGB Variations
Color information
#474CCB (or 0x474CCB) is known color: Free Speech Blue. HEX triplet: 47, 4C and CB. RGB value is (71,76,203). Sum of RGB (Red+Green+Blue) = 71+76+203=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #474CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474CCB is #B8B334. Grayscale: #585858. Windows color (decimal): -12104501 or 13323335. OLE color: 13323335.
HSL color Cylindrical-coordinate representation of color #474CCB: hue angle of 237.73º 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 #474CCB is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 76 | 203 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.20 |
| HSL | 237.73º | 0.56% | 0.54% | - |
| HSV(B) | 237.73º | 0.65% | 0.8% | - |
| XYZ | 15.96 | 10.82 | 57.75 | - |
| YUV | 88.98 | 192.34 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 203 | 0.65 | 0.63 | 0 | 0.20 | 237.73 | 0.56 | 0.54 |
| Hex | 47 | 4C | CB | 41 | 3F | 0 | 14 | EE | 38 | 36 |
| Octal | 107 | 114 | 313 | 101 | 77 | 0 | 24 | 356 | 70 | 66 |
| Binary | 1000111 | 1001100 | 11001011 | 1000001 | 111111 | 0 | 10100 | 11101110 | 111000 | 110110 |
Color Harmonies of #474CCB
Complementary color
Monochromatic Colors of #474CCB
Black with #474CCB
Text Example
Text Example
White with #474CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CCB; }
p { color: rgb(71,76,203); }
H1.HeaderClassName
{
color: #474CCB;
}
.AnyTagClassName
{
color: #474CCB;
}
</style>
background-color css
<style>
a { background-color: #474CCB; }
a { background-color: rgb(71,76,203); }
div.DivClassName
{
background-color: #474CCB;
}
.BgClassName
{
background-color: #474CCB;
}
</style>
border-color css
<style>
span { border-color: #474CCB; }
span { border-color: rgb(71,76,203); }
td.TdClassName
{
border-color: #474CCB;
}
.TagClassName
{
border-color: #474CCB;
}
</style>