Shades of Free Speech Blue #4953CC
Tints of Free Speech Blue #4953CC
RGB
CMYK
RGB Variations
Color information
#4953CC (or 0x4953CC) is known color: Free Speech Blue. HEX triplet: 49, 53 and CC. RGB value is (73,83,204). Sum of RGB (Red+Green+Blue) = 73+83+204=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #4953CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4953CC is #B6AC33. Grayscale: #5D5D5D. Windows color (decimal): -11971636 or 13390665. OLE color: 13390665.
HSL color Cylindrical-coordinate representation of color #4953CC: hue angle of 235.42º 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 #4953CC is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 83 | 204 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.2 |
| HSL | 235.42º | 0.56% | 0.54% | - |
| HSV(B) | 235.42º | 0.64% | 0.8% | - |
| XYZ | 16.74 | 11.96 | 58.55 | - |
| YUV | 93.8 | 190.19 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 204 | 0.64 | 0.59 | 0 | 0.2 | 235.42 | 0.56 | 0.54 |
| Hex | 49 | 53 | CC | 40 | 3B | 0 | 14 | EB | 38 | 36 |
| Octal | 111 | 123 | 314 | 100 | 73 | 0 | 24 | 353 | 70 | 66 |
| Binary | 1001001 | 1010011 | 11001100 | 1000000 | 111011 | 0 | 10100 | 11101011 | 111000 | 110110 |
Color Harmonies of #4953CC
Complementary color
Monochromatic Colors of #4953CC
Black with #4953CC
Text Example
Text Example
White with #4953CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4953CC; }
p { color: rgb(73,83,204); }
H1.HeaderClassName
{
color: #4953CC;
}
.AnyTagClassName
{
color: #4953CC;
}
</style>
background-color css
<style>
a { background-color: #4953CC; }
a { background-color: rgb(73,83,204); }
div.DivClassName
{
background-color: #4953CC;
}
.BgClassName
{
background-color: #4953CC;
}
</style>
border-color css
<style>
span { border-color: #4953CC; }
span { border-color: rgb(73,83,204); }
td.TdClassName
{
border-color: #4953CC;
}
.TagClassName
{
border-color: #4953CC;
}
</style>