Shades of Free Speech Blue #485DB5
Tints of Free Speech Blue #485DB5
RGB
CMYK
RGB Variations
Color information
#485DB5 (or 0x485DB5) is known color: Free Speech Blue. HEX triplet: 48, 5D and B5. RGB value is (72,93,181). Sum of RGB (Red+Green+Blue) = 72+93+181=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 181 (71.09% from 255 or 52.31% from 346); Max value from RGB is 181 - color contains mainly: blue. Hex color #485DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485DB5 is #B7A24A. Grayscale: #606060. Windows color (decimal): -12034635 or 11885896. OLE color: 11885896.
HSL color Cylindrical-coordinate representation of color #485DB5: hue angle of 228.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #485DB5 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 93 | 181 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.29 |
| HSL | 228.44º | 0.43% | 0.5% | - |
| HSV(B) | 228.44º | 0.6% | 0.71% | - |
| XYZ | 14.93 | 12.54 | 45.35 | - |
| YUV | 96.75 | 175.54 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 181 | 0.60 | 0.49 | 0 | 0.29 | 228.44 | 0.43 | 0.5 |
| Hex | 48 | 5D | B5 | 3C | 31 | 0 | 1D | E4 | 2B | 32 |
| Octal | 110 | 135 | 265 | 74 | 61 | 0 | 35 | 344 | 53 | 62 |
| Binary | 1001000 | 1011101 | 10110101 | 111100 | 110001 | 0 | 11101 | 11100100 | 101011 | 110010 |
Color Harmonies of #485DB5
Complementary color
Monochromatic Colors of #485DB5
Black with #485DB5
Text Example
Text Example
White with #485DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485DB5; }
p { color: rgb(72,93,181); }
H1.HeaderClassName
{
color: #485DB5;
}
.AnyTagClassName
{
color: #485DB5;
}
</style>
background-color css
<style>
a { background-color: #485DB5; }
a { background-color: rgb(72,93,181); }
div.DivClassName
{
background-color: #485DB5;
}
.BgClassName
{
background-color: #485DB5;
}
</style>
border-color css
<style>
span { border-color: #485DB5; }
span { border-color: rgb(72,93,181); }
td.TdClassName
{
border-color: #485DB5;
}
.TagClassName
{
border-color: #485DB5;
}
</style>