Shades of Free Speech Blue #4346BD
Tints of Free Speech Blue #4346BD
RGB
CMYK
RGB Variations
Color information
#4346BD (or 0x4346BD) is known color: Free Speech Blue. HEX triplet: 43, 46 and BD. RGB value is (67,70,189). Sum of RGB (Red+Green+Blue) = 67+70+189=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #4346BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4346BD is #BCB942. Grayscale: #525252. Windows color (decimal): -12368195 or 12404291. OLE color: 12404291.
HSL color Cylindrical-coordinate representation of color #4346BD: hue angle of 238.52º degrees, saturation: 0.48, 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 #4346BD is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 70 | 189 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.26 |
| HSL | 238.52º | 0.48% | 0.5% | - |
| HSV(B) | 238.52º | 0.65% | 0.74% | - |
| XYZ | 13.69 | 9.25 | 49.21 | - |
| YUV | 82.67 | 188.01 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 189 | 0.65 | 0.63 | 0 | 0.26 | 238.52 | 0.48 | 0.5 |
| Hex | 43 | 46 | BD | 41 | 3F | 0 | 1A | EF | 30 | 32 |
| Octal | 103 | 106 | 275 | 101 | 77 | 0 | 32 | 357 | 60 | 62 |
| Binary | 1000011 | 1000110 | 10111101 | 1000001 | 111111 | 0 | 11010 | 11101111 | 110000 | 110010 |
Color Harmonies of #4346BD
Complementary color
Monochromatic Colors of #4346BD
Black with #4346BD
Text Example
Text Example
White with #4346BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4346BD; }
p { color: rgb(67,70,189); }
H1.HeaderClassName
{
color: #4346BD;
}
.AnyTagClassName
{
color: #4346BD;
}
</style>
background-color css
<style>
a { background-color: #4346BD; }
a { background-color: rgb(67,70,189); }
div.DivClassName
{
background-color: #4346BD;
}
.BgClassName
{
background-color: #4346BD;
}
</style>
border-color css
<style>
span { border-color: #4346BD; }
span { border-color: rgb(67,70,189); }
td.TdClassName
{
border-color: #4346BD;
}
.TagClassName
{
border-color: #4346BD;
}
</style>