Shades of Free Speech Blue #4965BC
Tints of Free Speech Blue #4965BC
RGB
CMYK
RGB Variations
Color information
#4965BC (or 0x4965BC) is known color: Free Speech Blue. HEX triplet: 49, 65 and BC. RGB value is (73,101,188). Sum of RGB (Red+Green+Blue) = 73+101+188=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #4965BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4965BC is #B69A43. Grayscale: #666666. Windows color (decimal): -11967044 or 12346697. OLE color: 12346697.
HSL color Cylindrical-coordinate representation of color #4965BC: hue angle of 225.39º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4965BC is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 101 | 188 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.26 |
| HSL | 225.39º | 0.46% | 0.51% | - |
| HSV(B) | 225.39º | 0.61% | 0.74% | - |
| XYZ | 16.48 | 14.35 | 49.48 | - |
| YUV | 102.55 | 176.22 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 188 | 0.61 | 0.46 | 0 | 0.26 | 225.39 | 0.46 | 0.51 |
| Hex | 49 | 65 | BC | 3D | 2E | 0 | 1A | E1 | 2E | 33 |
| Octal | 111 | 145 | 274 | 75 | 56 | 0 | 32 | 341 | 56 | 63 |
| Binary | 1001001 | 1100101 | 10111100 | 111101 | 101110 | 0 | 11010 | 11100001 | 101110 | 110011 |
Color Harmonies of #4965BC
Complementary color
Monochromatic Colors of #4965BC
Black with #4965BC
Text Example
Text Example
White with #4965BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4965BC; }
p { color: rgb(73,101,188); }
H1.HeaderClassName
{
color: #4965BC;
}
.AnyTagClassName
{
color: #4965BC;
}
</style>
background-color css
<style>
a { background-color: #4965BC; }
a { background-color: rgb(73,101,188); }
div.DivClassName
{
background-color: #4965BC;
}
.BgClassName
{
background-color: #4965BC;
}
</style>
border-color css
<style>
span { border-color: #4965BC; }
span { border-color: rgb(73,101,188); }
td.TdClassName
{
border-color: #4965BC;
}
.TagClassName
{
border-color: #4965BC;
}
</style>