Shades of Free Speech Blue #4745CE
Tints of Free Speech Blue #4745CE
RGB
CMYK
RGB Variations
Color information
#4745CE (or 0x4745CE) is known color: Free Speech Blue. HEX triplet: 47, 45 and CE. RGB value is (71,69,206). Sum of RGB (Red+Green+Blue) = 71+69+206=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #4745CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4745CE is #B8BA31. Grayscale: #545454. Windows color (decimal): -12106290 or 13518151. OLE color: 13518151.
HSL color Cylindrical-coordinate representation of color #4745CE: hue angle of 240.88º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4745CE is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 69 | 206 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.19 |
| HSL | 240.88º | 0.58% | 0.54% | - |
| HSV(B) | 240.88º | 0.67% | 0.81% | - |
| XYZ | 15.87 | 10.05 | 59.5 | - |
| YUV | 85.22 | 196.16 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 206 | 0.66 | 0.67 | 0 | 0.19 | 240.88 | 0.58 | 0.54 |
| Hex | 47 | 45 | CE | 42 | 43 | 0 | 13 | F1 | 3A | 36 |
| Octal | 107 | 105 | 316 | 102 | 103 | 0 | 23 | 361 | 72 | 66 |
| Binary | 1000111 | 1000101 | 11001110 | 1000010 | 1000011 | 0 | 10011 | 11110001 | 111010 | 110110 |
Color Harmonies of #4745CE
Complementary color
Monochromatic Colors of #4745CE
Black with #4745CE
Text Example
Text Example
White with #4745CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4745CE; }
p { color: rgb(71,69,206); }
H1.HeaderClassName
{
color: #4745CE;
}
.AnyTagClassName
{
color: #4745CE;
}
</style>
background-color css
<style>
a { background-color: #4745CE; }
a { background-color: rgb(71,69,206); }
div.DivClassName
{
background-color: #4745CE;
}
.BgClassName
{
background-color: #4745CE;
}
</style>
border-color css
<style>
span { border-color: #4745CE; }
span { border-color: rgb(71,69,206); }
td.TdClassName
{
border-color: #4745CE;
}
.TagClassName
{
border-color: #4745CE;
}
</style>