Shades of Free Speech Blue #4641CF
Tints of Free Speech Blue #4641CF
RGB
CMYK
RGB Variations
Color information
#4641CF (or 0x4641CF) is known color: Free Speech Blue. HEX triplet: 46, 41 and CF. RGB value is (70,65,207). Sum of RGB (Red+Green+Blue) = 70+65+207=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #4641CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4641CF is #B9BE30. Grayscale: #525252. Windows color (decimal): -12172849 or 13582662. OLE color: 13582662.
HSL color Cylindrical-coordinate representation of color #4641CF: hue angle of 242.11º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4641CF is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 65 | 207 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.19 |
| HSL | 242.11º | 0.6% | 0.53% | - |
| HSV(B) | 242.11º | 0.69% | 0.81% | - |
| XYZ | 15.68 | 9.59 | 60.06 | - |
| YUV | 82.68 | 198.16 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 207 | 0.66 | 0.69 | 0 | 0.19 | 242.11 | 0.6 | 0.53 |
| Hex | 46 | 41 | CF | 42 | 45 | 0 | 13 | F2 | 3C | 35 |
| Octal | 106 | 101 | 317 | 102 | 105 | 0 | 23 | 362 | 74 | 65 |
| Binary | 1000110 | 1000001 | 11001111 | 1000010 | 1000101 | 0 | 10011 | 11110010 | 111100 | 110101 |
Color Harmonies of #4641CF
Complementary color
Monochromatic Colors of #4641CF
Black with #4641CF
Text Example
Text Example
White with #4641CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4641CF; }
p { color: rgb(70,65,207); }
H1.HeaderClassName
{
color: #4641CF;
}
.AnyTagClassName
{
color: #4641CF;
}
</style>
background-color css
<style>
a { background-color: #4641CF; }
a { background-color: rgb(70,65,207); }
div.DivClassName
{
background-color: #4641CF;
}
.BgClassName
{
background-color: #4641CF;
}
</style>
border-color css
<style>
span { border-color: #4641CF; }
span { border-color: rgb(70,65,207); }
td.TdClassName
{
border-color: #4641CF;
}
.TagClassName
{
border-color: #4641CF;
}
</style>