Shades of Free Speech Blue #4641C3
Tints of Free Speech Blue #4641C3
RGB
CMYK
RGB Variations
Color information
#4641C3 (or 0x4641C3) is known color: Free Speech Blue. HEX triplet: 46, 41 and C3. RGB value is (70,65,195). Sum of RGB (Red+Green+Blue) = 70+65+195=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 195 (76.56% from 255 or 59.09% from 330); Max value from RGB is 195 - color contains mainly: blue. Hex color #4641C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4641C3 is #B9BE3C. Grayscale: #505050. Windows color (decimal): -12172861 or 12796230. OLE color: 12796230.
HSL color Cylindrical-coordinate representation of color #4641C3: hue angle of 242.31º 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 #4641C3 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 65 | 195 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.24 |
| HSL | 242.31º | 0.52% | 0.51% | - |
| HSV(B) | 242.31º | 0.67% | 0.76% | - |
| XYZ | 14.27 | 9.02 | 52.62 | - |
| YUV | 81.32 | 192.16 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 195 | 0.64 | 0.67 | 0 | 0.24 | 242.31 | 0.52 | 0.51 |
| Hex | 46 | 41 | C3 | 40 | 43 | 0 | 18 | F2 | 34 | 33 |
| Octal | 106 | 101 | 303 | 100 | 103 | 0 | 30 | 362 | 64 | 63 |
| Binary | 1000110 | 1000001 | 11000011 | 1000000 | 1000011 | 0 | 11000 | 11110010 | 110100 | 110011 |
Color Harmonies of #4641C3
Complementary color
Monochromatic Colors of #4641C3
Black with #4641C3
Text Example
Text Example
White with #4641C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4641C3; }
p { color: rgb(70,65,195); }
H1.HeaderClassName
{
color: #4641C3;
}
.AnyTagClassName
{
color: #4641C3;
}
</style>
background-color css
<style>
a { background-color: #4641C3; }
a { background-color: rgb(70,65,195); }
div.DivClassName
{
background-color: #4641C3;
}
.BgClassName
{
background-color: #4641C3;
}
</style>
border-color css
<style>
span { border-color: #4641C3; }
span { border-color: rgb(70,65,195); }
td.TdClassName
{
border-color: #4641C3;
}
.TagClassName
{
border-color: #4641C3;
}
</style>