Shades of Free Speech Blue #4938CF
Tints of Free Speech Blue #4938CF
RGB
CMYK
RGB Variations
Color information
#4938CF (or 0x4938CF) is known color: Free Speech Blue. HEX triplet: 49, 38 and CF. RGB value is (73,56,207). Sum of RGB (Red+Green+Blue) = 73+56+207=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #4938CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4938CF is #B6C730. Grayscale: #4D4D4D. Windows color (decimal): -11978545 or 13580361. OLE color: 13580361.
HSL color Cylindrical-coordinate representation of color #4938CF: hue angle of 246.75º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4938CF is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 56 | 207 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.19 |
| HSL | 246.76º | 0.61% | 0.52% | - |
| HSV(B) | 246.76º | 0.73% | 0.81% | - |
| XYZ | 15.42 | 8.75 | 59.91 | - |
| YUV | 78.3 | 200.63 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 207 | 0.65 | 0.73 | 0 | 0.19 | 246.76 | 0.61 | 0.52 |
| Hex | 49 | 38 | CF | 41 | 49 | 0 | 13 | F7 | 3D | 34 |
| Octal | 111 | 70 | 317 | 101 | 111 | 0 | 23 | 367 | 75 | 64 |
| Binary | 1001001 | 111000 | 11001111 | 1000001 | 1001001 | 0 | 10011 | 11110111 | 111101 | 110100 |
Color Harmonies of #4938CF
Complementary color
Monochromatic Colors of #4938CF
Black with #4938CF
Text Example
Text Example
White with #4938CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4938CF; }
p { color: rgb(73,56,207); }
H1.HeaderClassName
{
color: #4938CF;
}
.AnyTagClassName
{
color: #4938CF;
}
</style>
background-color css
<style>
a { background-color: #4938CF; }
a { background-color: rgb(73,56,207); }
div.DivClassName
{
background-color: #4938CF;
}
.BgClassName
{
background-color: #4938CF;
}
</style>
border-color css
<style>
span { border-color: #4938CF; }
span { border-color: rgb(73,56,207); }
td.TdClassName
{
border-color: #4938CF;
}
.TagClassName
{
border-color: #4938CF;
}
</style>