Shades of Free Speech Blue #4765BD
Tints of Free Speech Blue #4765BD
RGB
CMYK
RGB Variations
Color information
#4765BD (or 0x4765BD) is known color: Free Speech Blue. HEX triplet: 47, 65 and BD. RGB value is (71,101,189). Sum of RGB (Red+Green+Blue) = 71+101+189=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #4765BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4765BD is #B89A42. Grayscale: #656565. Windows color (decimal): -12098115 or 12412231. OLE color: 12412231.
HSL color Cylindrical-coordinate representation of color #4765BD: hue angle of 224.75º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4765BD is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 101 | 189 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.26 |
| HSL | 224.75º | 0.47% | 0.51% | - |
| HSV(B) | 224.75º | 0.62% | 0.74% | - |
| XYZ | 16.44 | 14.32 | 50.04 | - |
| YUV | 102.06 | 177.06 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 189 | 0.62 | 0.47 | 0 | 0.26 | 224.75 | 0.47 | 0.51 |
| Hex | 47 | 65 | BD | 3E | 2F | 0 | 1A | E1 | 2F | 33 |
| Octal | 107 | 145 | 275 | 76 | 57 | 0 | 32 | 341 | 57 | 63 |
| Binary | 1000111 | 1100101 | 10111101 | 111110 | 101111 | 0 | 11010 | 11100001 | 101111 | 110011 |
Color Harmonies of #4765BD
Complementary color
Monochromatic Colors of #4765BD
Black with #4765BD
Text Example
Text Example
White with #4765BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4765BD; }
p { color: rgb(71,101,189); }
H1.HeaderClassName
{
color: #4765BD;
}
.AnyTagClassName
{
color: #4765BD;
}
</style>
background-color css
<style>
a { background-color: #4765BD; }
a { background-color: rgb(71,101,189); }
div.DivClassName
{
background-color: #4765BD;
}
.BgClassName
{
background-color: #4765BD;
}
</style>
border-color css
<style>
span { border-color: #4765BD; }
span { border-color: rgb(71,101,189); }
td.TdClassName
{
border-color: #4765BD;
}
.TagClassName
{
border-color: #4765BD;
}
</style>