Shades of Free Speech Blue #494FCB
Tints of Free Speech Blue #494FCB
RGB
CMYK
RGB Variations
Color information
#494FCB (or 0x494FCB) is known color: Free Speech Blue. HEX triplet: 49, 4F and CB. RGB value is (73,79,203). Sum of RGB (Red+Green+Blue) = 73+79+203=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #494FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494FCB is #B6B034. Grayscale: #5A5A5A. Windows color (decimal): -11972661 or 13324105. OLE color: 13324105.
HSL color Cylindrical-coordinate representation of color #494FCB: hue angle of 237.23º 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 #494FCB is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 79 | 203 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.20 |
| HSL | 237.23º | 0.56% | 0.54% | - |
| HSV(B) | 237.23º | 0.64% | 0.8% | - |
| XYZ | 16.32 | 11.32 | 57.82 | - |
| YUV | 91.34 | 191.01 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 203 | 0.64 | 0.61 | 0 | 0.20 | 237.23 | 0.56 | 0.54 |
| Hex | 49 | 4F | CB | 40 | 3D | 0 | 14 | ED | 38 | 36 |
| Octal | 111 | 117 | 313 | 100 | 75 | 0 | 24 | 355 | 70 | 66 |
| Binary | 1001001 | 1001111 | 11001011 | 1000000 | 111101 | 0 | 10100 | 11101101 | 111000 | 110110 |
Color Harmonies of #494FCB
Complementary color
Monochromatic Colors of #494FCB
Black with #494FCB
Text Example
Text Example
White with #494FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494FCB; }
p { color: rgb(73,79,203); }
H1.HeaderClassName
{
color: #494FCB;
}
.AnyTagClassName
{
color: #494FCB;
}
</style>
background-color css
<style>
a { background-color: #494FCB; }
a { background-color: rgb(73,79,203); }
div.DivClassName
{
background-color: #494FCB;
}
.BgClassName
{
background-color: #494FCB;
}
</style>
border-color css
<style>
span { border-color: #494FCB; }
span { border-color: rgb(73,79,203); }
td.TdClassName
{
border-color: #494FCB;
}
.TagClassName
{
border-color: #494FCB;
}
</style>