Shades of Free Speech Blue #4640C3
Tints of Free Speech Blue #4640C3
RGB
CMYK
RGB Variations
Color information
#4640C3 (or 0x4640C3) is known color: Free Speech Blue. HEX triplet: 46, 40 and C3. RGB value is (70,64,195). Sum of RGB (Red+Green+Blue) = 70+64+195=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 195 (76.56% from 255 or 59.27% from 329); Max value from RGB is 195 - color contains mainly: blue. Hex color #4640C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4640C3 is #B9BF3C. Grayscale: #505050. Windows color (decimal): -12173117 or 12795974. OLE color: 12795974.
HSL color Cylindrical-coordinate representation of color #4640C3: hue angle of 242.75º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4640C3 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 64 | 195 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.24 |
| HSL | 242.75º | 0.52% | 0.51% | - |
| HSV(B) | 242.75º | 0.67% | 0.76% | - |
| XYZ | 14.21 | 8.91 | 52.6 | - |
| YUV | 80.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 195 | 0.64 | 0.67 | 0 | 0.24 | 242.75 | 0.52 | 0.51 |
| Hex | 46 | 40 | C3 | 40 | 43 | 0 | 18 | F3 | 34 | 33 |
| Octal | 106 | 100 | 303 | 100 | 103 | 0 | 30 | 363 | 64 | 63 |
| Binary | 1000110 | 1000000 | 11000011 | 1000000 | 1000011 | 0 | 11000 | 11110011 | 110100 | 110011 |
Color Harmonies of #4640C3
Complementary color
Monochromatic Colors of #4640C3
Black with #4640C3
Text Example
Text Example
White with #4640C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4640C3; }
p { color: rgb(70,64,195); }
H1.HeaderClassName
{
color: #4640C3;
}
.AnyTagClassName
{
color: #4640C3;
}
</style>
background-color css
<style>
a { background-color: #4640C3; }
a { background-color: rgb(70,64,195); }
div.DivClassName
{
background-color: #4640C3;
}
.BgClassName
{
background-color: #4640C3;
}
</style>
border-color css
<style>
span { border-color: #4640C3; }
span { border-color: rgb(70,64,195); }
td.TdClassName
{
border-color: #4640C3;
}
.TagClassName
{
border-color: #4640C3;
}
</style>