Shades of Free Speech Blue #485DBD
Tints of Free Speech Blue #485DBD
RGB
CMYK
RGB Variations
Color information
#485DBD (or 0x485DBD) is known color: Free Speech Blue. HEX triplet: 48, 5D and BD. RGB value is (72,93,189). Sum of RGB (Red+Green+Blue) = 72+93+189=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #485DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485DBD is #B7A242. Grayscale: #616161. Windows color (decimal): -12034627 or 12410184. OLE color: 12410184.
HSL color Cylindrical-coordinate representation of color #485DBD: hue angle of 229.23º 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 #485DBD is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 93 | 189 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.26 |
| HSL | 229.23º | 0.47% | 0.51% | - |
| HSV(B) | 229.23º | 0.62% | 0.74% | - |
| XYZ | 15.77 | 12.88 | 49.8 | - |
| YUV | 97.67 | 179.54 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 189 | 0.62 | 0.51 | 0 | 0.26 | 229.23 | 0.47 | 0.51 |
| Hex | 48 | 5D | BD | 3E | 33 | 0 | 1A | E5 | 2F | 33 |
| Octal | 110 | 135 | 275 | 76 | 63 | 0 | 32 | 345 | 57 | 63 |
| Binary | 1001000 | 1011101 | 10111101 | 111110 | 110011 | 0 | 11010 | 11100101 | 101111 | 110011 |
Color Harmonies of #485DBD
Complementary color
Monochromatic Colors of #485DBD
Black with #485DBD
Text Example
Text Example
White with #485DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485DBD; }
p { color: rgb(72,93,189); }
H1.HeaderClassName
{
color: #485DBD;
}
.AnyTagClassName
{
color: #485DBD;
}
</style>
background-color css
<style>
a { background-color: #485DBD; }
a { background-color: rgb(72,93,189); }
div.DivClassName
{
background-color: #485DBD;
}
.BgClassName
{
background-color: #485DBD;
}
</style>
border-color css
<style>
span { border-color: #485DBD; }
span { border-color: rgb(72,93,189); }
td.TdClassName
{
border-color: #485DBD;
}
.TagClassName
{
border-color: #485DBD;
}
</style>