Shades of Free Speech Blue #494CCB
Tints of Free Speech Blue #494CCB
RGB
CMYK
RGB Variations
Color information
#494CCB (or 0x494CCB) is known color: Free Speech Blue. HEX triplet: 49, 4C and CB. RGB value is (73,76,203). Sum of RGB (Red+Green+Blue) = 73+76+203=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #494CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CCB is #B6B334. Grayscale: #595959. Windows color (decimal): -11973429 or 13323337. OLE color: 13323337.
HSL color Cylindrical-coordinate representation of color #494CCB: hue angle of 238.62º 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 #494CCB is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 76 | 203 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.20 |
| HSL | 238.62º | 0.56% | 0.54% | - |
| HSV(B) | 238.62º | 0.64% | 0.8% | - |
| XYZ | 16.11 | 10.9 | 57.75 | - |
| YUV | 89.58 | 192.01 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 203 | 0.64 | 0.63 | 0 | 0.20 | 238.62 | 0.56 | 0.54 |
| Hex | 49 | 4C | CB | 40 | 3F | 0 | 14 | EF | 38 | 36 |
| Octal | 111 | 114 | 313 | 100 | 77 | 0 | 24 | 357 | 70 | 66 |
| Binary | 1001001 | 1001100 | 11001011 | 1000000 | 111111 | 0 | 10100 | 11101111 | 111000 | 110110 |
Color Harmonies of #494CCB
Complementary color
Monochromatic Colors of #494CCB
Black with #494CCB
Text Example
Text Example
White with #494CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494CCB; }
p { color: rgb(73,76,203); }
H1.HeaderClassName
{
color: #494CCB;
}
.AnyTagClassName
{
color: #494CCB;
}
</style>
background-color css
<style>
a { background-color: #494CCB; }
a { background-color: rgb(73,76,203); }
div.DivClassName
{
background-color: #494CCB;
}
.BgClassName
{
background-color: #494CCB;
}
</style>
border-color css
<style>
span { border-color: #494CCB; }
span { border-color: rgb(73,76,203); }
td.TdClassName
{
border-color: #494CCB;
}
.TagClassName
{
border-color: #494CCB;
}
</style>