Shades of Free Speech Blue #485AD5
Tints of Free Speech Blue #485AD5
RGB
CMYK
RGB Variations
Color information
#485AD5 (or 0x485AD5) is known color: Free Speech Blue. HEX triplet: 48, 5A and D5. RGB value is (72,90,213). Sum of RGB (Red+Green+Blue) = 72+90+213=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #485AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485AD5 is #B7A52A. Grayscale: #626262. Windows color (decimal): -12035371 or 13982280. OLE color: 13982280.
HSL color Cylindrical-coordinate representation of color #485AD5: hue angle of 232.34º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #485AD5 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 90 | 213 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.16 |
| HSL | 232.34º | 0.63% | 0.56% | - |
| HSV(B) | 232.34º | 0.66% | 0.84% | - |
| XYZ | 18.34 | 13.49 | 64.59 | - |
| YUV | 98.64 | 192.54 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 213 | 0.66 | 0.58 | 0 | 0.16 | 232.34 | 0.63 | 0.56 |
| Hex | 48 | 5A | D5 | 42 | 3A | 0 | 10 | E8 | 3F | 38 |
| Octal | 110 | 132 | 325 | 102 | 72 | 0 | 20 | 350 | 77 | 70 |
| Binary | 1001000 | 1011010 | 11010101 | 1000010 | 111010 | 0 | 10000 | 11101000 | 111111 | 111000 |
Color Harmonies of #485AD5
Complementary color
Monochromatic Colors of #485AD5
Black with #485AD5
Text Example
Text Example
White with #485AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485AD5; }
p { color: rgb(72,90,213); }
H1.HeaderClassName
{
color: #485AD5;
}
.AnyTagClassName
{
color: #485AD5;
}
</style>
background-color css
<style>
a { background-color: #485AD5; }
a { background-color: rgb(72,90,213); }
div.DivClassName
{
background-color: #485AD5;
}
.BgClassName
{
background-color: #485AD5;
}
</style>
border-color css
<style>
span { border-color: #485AD5; }
span { border-color: rgb(72,90,213); }
td.TdClassName
{
border-color: #485AD5;
}
.TagClassName
{
border-color: #485AD5;
}
</style>