Shades of Free Speech Blue #4967CC
Tints of Free Speech Blue #4967CC
RGB
CMYK
RGB Variations
Color information
#4967CC (or 0x4967CC) is known color: Free Speech Blue. HEX triplet: 49, 67 and CC. RGB value is (73,103,204). Sum of RGB (Red+Green+Blue) = 73+103+204=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #4967CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4967CC is #B69833. Grayscale: #696969. Windows color (decimal): -11966516 or 13395785. OLE color: 13395785.
HSL color Cylindrical-coordinate representation of color #4967CC: hue angle of 226.26º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4967CC is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 103 | 204 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.2 |
| HSL | 226.26º | 0.56% | 0.54% | - |
| HSV(B) | 226.26º | 0.64% | 0.8% | - |
| XYZ | 18.5 | 15.48 | 59.14 | - |
| YUV | 105.54 | 183.56 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 204 | 0.64 | 0.50 | 0 | 0.2 | 226.26 | 0.56 | 0.54 |
| Hex | 49 | 67 | CC | 40 | 32 | 0 | 14 | E2 | 38 | 36 |
| Octal | 111 | 147 | 314 | 100 | 62 | 0 | 24 | 342 | 70 | 66 |
| Binary | 1001001 | 1100111 | 11001100 | 1000000 | 110010 | 0 | 10100 | 11100010 | 111000 | 110110 |
Color Harmonies of #4967CC
Complementary color
Monochromatic Colors of #4967CC
Black with #4967CC
Text Example
Text Example
White with #4967CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4967CC; }
p { color: rgb(73,103,204); }
H1.HeaderClassName
{
color: #4967CC;
}
.AnyTagClassName
{
color: #4967CC;
}
</style>
background-color css
<style>
a { background-color: #4967CC; }
a { background-color: rgb(73,103,204); }
div.DivClassName
{
background-color: #4967CC;
}
.BgClassName
{
background-color: #4967CC;
}
</style>
border-color css
<style>
span { border-color: #4967CC; }
span { border-color: rgb(73,103,204); }
td.TdClassName
{
border-color: #4967CC;
}
.TagClassName
{
border-color: #4967CC;
}
</style>