Shades of Free Speech Blue #473CCB
Tints of Free Speech Blue #473CCB
RGB
CMYK
RGB Variations
Color information
#473CCB (or 0x473CCB) is known color: Free Speech Blue. HEX triplet: 47, 3C and CB. RGB value is (71,60,203). Sum of RGB (Red+Green+Blue) = 71+60+203=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #473CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473CCB is #B8C334. Grayscale: #4F4F4F. Windows color (decimal): -12108597 or 13319239. OLE color: 13319239.
HSL color Cylindrical-coordinate representation of color #473CCB: hue angle of 244.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #473CCB is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 60 | 203 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.20 |
| HSL | 244.62º | 0.58% | 0.52% | - |
| HSV(B) | 244.62º | 0.7% | 0.8% | - |
| XYZ | 14.99 | 8.88 | 57.42 | - |
| YUV | 79.59 | 197.64 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 203 | 0.65 | 0.70 | 0 | 0.20 | 244.62 | 0.58 | 0.52 |
| Hex | 47 | 3C | CB | 41 | 46 | 0 | 14 | F5 | 3A | 34 |
| Octal | 107 | 74 | 313 | 101 | 106 | 0 | 24 | 365 | 72 | 64 |
| Binary | 1000111 | 111100 | 11001011 | 1000001 | 1000110 | 0 | 10100 | 11110101 | 111010 | 110100 |
Color Harmonies of #473CCB
Complementary color
Monochromatic Colors of #473CCB
Black with #473CCB
Text Example
Text Example
White with #473CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473CCB; }
p { color: rgb(71,60,203); }
H1.HeaderClassName
{
color: #473CCB;
}
.AnyTagClassName
{
color: #473CCB;
}
</style>
background-color css
<style>
a { background-color: #473CCB; }
a { background-color: rgb(71,60,203); }
div.DivClassName
{
background-color: #473CCB;
}
.BgClassName
{
background-color: #473CCB;
}
</style>
border-color css
<style>
span { border-color: #473CCB; }
span { border-color: rgb(71,60,203); }
td.TdClassName
{
border-color: #473CCB;
}
.TagClassName
{
border-color: #473CCB;
}
</style>