Shades of Free Speech Blue #485AD1
Tints of Free Speech Blue #485AD1
RGB
CMYK
RGB Variations
Color information
#485AD1 (or 0x485AD1) is known color: Free Speech Blue. HEX triplet: 48, 5A and D1. RGB value is (72,90,209). Sum of RGB (Red+Green+Blue) = 72+90+209=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 209 (82.03% from 255 or 56.33% from 371); Max value from RGB is 209 - color contains mainly: blue. Hex color #485AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485AD1 is #B7A52E. Grayscale: #616161. Windows color (decimal): -12035375 or 13720136. OLE color: 13720136.
HSL color Cylindrical-coordinate representation of color #485AD1: hue angle of 232.12º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #485AD1 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 90 | 209 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.18 |
| HSL | 232.12º | 0.6% | 0.55% | - |
| HSV(B) | 232.12º | 0.66% | 0.82% | - |
| XYZ | 17.84 | 13.29 | 61.95 | - |
| YUV | 98.18 | 190.54 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 209 | 0.66 | 0.57 | 0 | 0.18 | 232.12 | 0.6 | 0.55 |
| Hex | 48 | 5A | D1 | 42 | 39 | 0 | 12 | E8 | 3C | 37 |
| Octal | 110 | 132 | 321 | 102 | 71 | 0 | 22 | 350 | 74 | 67 |
| Binary | 1001000 | 1011010 | 11010001 | 1000010 | 111001 | 0 | 10010 | 11101000 | 111100 | 110111 |
Color Harmonies of #485AD1
Complementary color
Monochromatic Colors of #485AD1
Black with #485AD1
Text Example
Text Example
White with #485AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485AD1; }
p { color: rgb(72,90,209); }
H1.HeaderClassName
{
color: #485AD1;
}
.AnyTagClassName
{
color: #485AD1;
}
</style>
background-color css
<style>
a { background-color: #485AD1; }
a { background-color: rgb(72,90,209); }
div.DivClassName
{
background-color: #485AD1;
}
.BgClassName
{
background-color: #485AD1;
}
</style>
border-color css
<style>
span { border-color: #485AD1; }
span { border-color: rgb(72,90,209); }
td.TdClassName
{
border-color: #485AD1;
}
.TagClassName
{
border-color: #485AD1;
}
</style>