Shades of Free Speech Blue #4334C6
Tints of Free Speech Blue #4334C6
RGB
CMYK
RGB Variations
Color information
#4334C6 (or 0x4334C6) is known color: Free Speech Blue. HEX triplet: 43, 34 and C6. RGB value is (67,52,198). Sum of RGB (Red+Green+Blue) = 67+52+198=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 198 (77.73% from 255 or 62.46% from 317); Max value from RGB is 198 - color contains mainly: blue. Hex color #4334C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4334C6 is #BCCB39. Grayscale: #484848. Windows color (decimal): -12372794 or 12989507. OLE color: 12989507.
HSL color Cylindrical-coordinate representation of color #4334C6: hue angle of 246.16º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4334C6 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 52 | 198 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.22 |
| HSL | 246.16º | 0.58% | 0.49% | - |
| HSV(B) | 246.16º | 0.74% | 0.78% | - |
| XYZ | 13.74 | 7.73 | 54.19 | - |
| YUV | 73.13 | 198.47 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 198 | 0.66 | 0.74 | 0 | 0.22 | 246.16 | 0.58 | 0.49 |
| Hex | 43 | 34 | C6 | 42 | 4A | 0 | 16 | F6 | 3A | 31 |
| Octal | 103 | 64 | 306 | 102 | 112 | 0 | 26 | 366 | 72 | 61 |
| Binary | 1000011 | 110100 | 11000110 | 1000010 | 1001010 | 0 | 10110 | 11110110 | 111010 | 110001 |
Color Harmonies of #4334C6
Complementary color
Monochromatic Colors of #4334C6
Black with #4334C6
Text Example
Text Example
White with #4334C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4334C6; }
p { color: rgb(67,52,198); }
H1.HeaderClassName
{
color: #4334C6;
}
.AnyTagClassName
{
color: #4334C6;
}
</style>
background-color css
<style>
a { background-color: #4334C6; }
a { background-color: rgb(67,52,198); }
div.DivClassName
{
background-color: #4334C6;
}
.BgClassName
{
background-color: #4334C6;
}
</style>
border-color css
<style>
span { border-color: #4334C6; }
span { border-color: rgb(67,52,198); }
td.TdClassName
{
border-color: #4334C6;
}
.TagClassName
{
border-color: #4334C6;
}
</style>