Shades of Free Speech Blue #4748D2
Tints of Free Speech Blue #4748D2
RGB
CMYK
RGB Variations
Color information
#4748D2 (or 0x4748D2) is known color: Free Speech Blue. HEX triplet: 47, 48 and D2. RGB value is (71,72,210). Sum of RGB (Red+Green+Blue) = 71+72+210=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 210 (82.42% from 255 or 59.49% from 353); Max value from RGB is 210 - color contains mainly: blue. Hex color #4748D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4748D2 is #B8B72D. Grayscale: #565656. Windows color (decimal): -12105518 or 13781063. OLE color: 13781063.
HSL color Cylindrical-coordinate representation of color #4748D2: hue angle of 239.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4748D2 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 72 | 210 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.18 |
| HSL | 239.57º | 0.61% | 0.55% | - |
| HSV(B) | 239.57º | 0.66% | 0.82% | - |
| XYZ | 16.55 | 10.63 | 62.15 | - |
| YUV | 87.43 | 197.17 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 210 | 0.66 | 0.66 | 0 | 0.18 | 239.57 | 0.61 | 0.55 |
| Hex | 47 | 48 | D2 | 42 | 42 | 0 | 12 | F0 | 3D | 37 |
| Octal | 107 | 110 | 322 | 102 | 102 | 0 | 22 | 360 | 75 | 67 |
| Binary | 1000111 | 1001000 | 11010010 | 1000010 | 1000010 | 0 | 10010 | 11110000 | 111101 | 110111 |
Color Harmonies of #4748D2
Complementary color
Monochromatic Colors of #4748D2
Black with #4748D2
Text Example
Text Example
White with #4748D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4748D2; }
p { color: rgb(71,72,210); }
H1.HeaderClassName
{
color: #4748D2;
}
.AnyTagClassName
{
color: #4748D2;
}
</style>
background-color css
<style>
a { background-color: #4748D2; }
a { background-color: rgb(71,72,210); }
div.DivClassName
{
background-color: #4748D2;
}
.BgClassName
{
background-color: #4748D2;
}
</style>
border-color css
<style>
span { border-color: #4748D2; }
span { border-color: rgb(71,72,210); }
td.TdClassName
{
border-color: #4748D2;
}
.TagClassName
{
border-color: #4748D2;
}
</style>