Shades of Free Speech Blue #4349C5
Tints of Free Speech Blue #4349C5
RGB
CMYK
RGB Variations
Color information
#4349C5 (or 0x4349C5) is known color: Free Speech Blue. HEX triplet: 43, 49 and C5. RGB value is (67,73,197). Sum of RGB (Red+Green+Blue) = 67+73+197=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 197 (77.34% from 255 or 58.46% from 337); Max value from RGB is 197 - color contains mainly: blue. Hex color #4349C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4349C5 is #BCB63A. Grayscale: #545454. Windows color (decimal): -12367419 or 12929347. OLE color: 12929347.
HSL color Cylindrical-coordinate representation of color #4349C5: hue angle of 237.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4349C5 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 73 | 197 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.23 |
| HSL | 237.23º | 0.53% | 0.52% | - |
| HSV(B) | 237.23º | 0.66% | 0.77% | - |
| XYZ | 14.78 | 9.99 | 53.97 | - |
| YUV | 85.34 | 191.01 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 197 | 0.66 | 0.63 | 0 | 0.23 | 237.23 | 0.53 | 0.52 |
| Hex | 43 | 49 | C5 | 42 | 3F | 0 | 17 | ED | 35 | 34 |
| Octal | 103 | 111 | 305 | 102 | 77 | 0 | 27 | 355 | 65 | 64 |
| Binary | 1000011 | 1001001 | 11000101 | 1000010 | 111111 | 0 | 10111 | 11101101 | 110101 | 110100 |
Color Harmonies of #4349C5
Complementary color
Monochromatic Colors of #4349C5
Black with #4349C5
Text Example
Text Example
White with #4349C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4349C5; }
p { color: rgb(67,73,197); }
H1.HeaderClassName
{
color: #4349C5;
}
.AnyTagClassName
{
color: #4349C5;
}
</style>
background-color css
<style>
a { background-color: #4349C5; }
a { background-color: rgb(67,73,197); }
div.DivClassName
{
background-color: #4349C5;
}
.BgClassName
{
background-color: #4349C5;
}
</style>
border-color css
<style>
span { border-color: #4349C5; }
span { border-color: rgb(67,73,197); }
td.TdClassName
{
border-color: #4349C5;
}
.TagClassName
{
border-color: #4349C5;
}
</style>