Shades of Free Speech Blue #4641BD
Tints of Free Speech Blue #4641BD
RGB
CMYK
RGB Variations
Color information
#4641BD (or 0x4641BD) is known color: Free Speech Blue. HEX triplet: 46, 41 and BD. RGB value is (70,65,189). Sum of RGB (Red+Green+Blue) = 70+65+189=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #4641BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4641BD is #B9BE42. Grayscale: #505050. Windows color (decimal): -12172867 or 12403014. OLE color: 12403014.
HSL color Cylindrical-coordinate representation of color #4641BD: hue angle of 242.42º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4641BD is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 65 | 189 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.26 |
| HSL | 242.42º | 0.49% | 0.5% | - |
| HSV(B) | 242.42º | 0.66% | 0.74% | - |
| XYZ | 13.6 | 8.76 | 49.12 | - |
| YUV | 80.63 | 189.16 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 189 | 0.63 | 0.66 | 0 | 0.26 | 242.42 | 0.49 | 0.5 |
| Hex | 46 | 41 | BD | 3F | 42 | 0 | 1A | F2 | 31 | 32 |
| Octal | 106 | 101 | 275 | 77 | 102 | 0 | 32 | 362 | 61 | 62 |
| Binary | 1000110 | 1000001 | 10111101 | 111111 | 1000010 | 0 | 11010 | 11110010 | 110001 | 110010 |
Color Harmonies of #4641BD
Complementary color
Monochromatic Colors of #4641BD
Black with #4641BD
Text Example
Text Example
White with #4641BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4641BD; }
p { color: rgb(70,65,189); }
H1.HeaderClassName
{
color: #4641BD;
}
.AnyTagClassName
{
color: #4641BD;
}
</style>
background-color css
<style>
a { background-color: #4641BD; }
a { background-color: rgb(70,65,189); }
div.DivClassName
{
background-color: #4641BD;
}
.BgClassName
{
background-color: #4641BD;
}
</style>
border-color css
<style>
span { border-color: #4641BD; }
span { border-color: rgb(70,65,189); }
td.TdClassName
{
border-color: #4641BD;
}
.TagClassName
{
border-color: #4641BD;
}
</style>