Shades of Free Speech Blue #4346CE
Tints of Free Speech Blue #4346CE
RGB
CMYK
RGB Variations
Color information
#4346CE (or 0x4346CE) is known color: Free Speech Blue. HEX triplet: 43, 46 and CE. RGB value is (67,70,206). Sum of RGB (Red+Green+Blue) = 67+70+206=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #4346CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4346CE is #BCB931. Grayscale: #545454. Windows color (decimal): -12368178 or 13518403. OLE color: 13518403.
HSL color Cylindrical-coordinate representation of color #4346CE: hue angle of 238.71º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4346CE is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 70 | 206 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.19 |
| HSL | 238.71º | 0.59% | 0.54% | - |
| HSV(B) | 238.71º | 0.67% | 0.81% | - |
| XYZ | 15.65 | 10.03 | 59.5 | - |
| YUV | 84.61 | 196.51 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 206 | 0.67 | 0.66 | 0 | 0.19 | 238.71 | 0.59 | 0.54 |
| Hex | 43 | 46 | CE | 43 | 42 | 0 | 13 | EF | 3B | 36 |
| Octal | 103 | 106 | 316 | 103 | 102 | 0 | 23 | 357 | 73 | 66 |
| Binary | 1000011 | 1000110 | 11001110 | 1000011 | 1000010 | 0 | 10011 | 11101111 | 111011 | 110110 |
Color Harmonies of #4346CE
Complementary color
Monochromatic Colors of #4346CE
Black with #4346CE
Text Example
Text Example
White with #4346CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4346CE; }
p { color: rgb(67,70,206); }
H1.HeaderClassName
{
color: #4346CE;
}
.AnyTagClassName
{
color: #4346CE;
}
</style>
background-color css
<style>
a { background-color: #4346CE; }
a { background-color: rgb(67,70,206); }
div.DivClassName
{
background-color: #4346CE;
}
.BgClassName
{
background-color: #4346CE;
}
</style>
border-color css
<style>
span { border-color: #4346CE; }
span { border-color: rgb(67,70,206); }
td.TdClassName
{
border-color: #4346CE;
}
.TagClassName
{
border-color: #4346CE;
}
</style>