Shades of Free Speech Blue #4641BC
Tints of Free Speech Blue #4641BC
RGB
CMYK
RGB Variations
Color information
#4641BC (or 0x4641BC) is known color: Free Speech Blue. HEX triplet: 46, 41 and BC. RGB value is (70,65,188). Sum of RGB (Red+Green+Blue) = 70+65+188=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #4641BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4641BC is #B9BE43. Grayscale: #505050. Windows color (decimal): -12172868 or 12337478. OLE color: 12337478.
HSL color Cylindrical-coordinate representation of color #4641BC: hue angle of 242.44º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4641BC is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 65 | 188 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.26 |
| HSL | 242.44º | 0.49% | 0.5% | - |
| HSV(B) | 242.44º | 0.65% | 0.74% | - |
| XYZ | 13.49 | 8.71 | 48.55 | - |
| YUV | 80.52 | 188.66 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 188 | 0.63 | 0.65 | 0 | 0.26 | 242.44 | 0.49 | 0.5 |
| Hex | 46 | 41 | BC | 3F | 41 | 0 | 1A | F2 | 31 | 32 |
| Octal | 106 | 101 | 274 | 77 | 101 | 0 | 32 | 362 | 61 | 62 |
| Binary | 1000110 | 1000001 | 10111100 | 111111 | 1000001 | 0 | 11010 | 11110010 | 110001 | 110010 |
Color Harmonies of #4641BC
Complementary color
Monochromatic Colors of #4641BC
Black with #4641BC
Text Example
Text Example
White with #4641BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4641BC; }
p { color: rgb(70,65,188); }
H1.HeaderClassName
{
color: #4641BC;
}
.AnyTagClassName
{
color: #4641BC;
}
</style>
background-color css
<style>
a { background-color: #4641BC; }
a { background-color: rgb(70,65,188); }
div.DivClassName
{
background-color: #4641BC;
}
.BgClassName
{
background-color: #4641BC;
}
</style>
border-color css
<style>
span { border-color: #4641BC; }
span { border-color: rgb(70,65,188); }
td.TdClassName
{
border-color: #4641BC;
}
.TagClassName
{
border-color: #4641BC;
}
</style>