Shades of Free Speech Blue #485AB4
Tints of Free Speech Blue #485AB4
RGB
CMYK
RGB Variations
Color information
#485AB4 (or 0x485AB4) is known color: Free Speech Blue. HEX triplet: 48, 5A and B4. RGB value is (72,90,180). Sum of RGB (Red+Green+Blue) = 72+90+180=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #485AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485AB4 is #B7A54B. Grayscale: #5E5E5E. Windows color (decimal): -12035404 or 11819592. OLE color: 11819592.
HSL color Cylindrical-coordinate representation of color #485AB4: hue angle of 230º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #485AB4 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 90 | 180 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.29 |
| HSL | 230º | 0.43% | 0.49% | - |
| HSV(B) | 230º | 0.6% | 0.71% | - |
| XYZ | 14.57 | 11.99 | 44.73 | - |
| YUV | 94.88 | 176.04 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 180 | 0.60 | 0.50 | 0 | 0.29 | 230 | 0.43 | 0.49 |
| Hex | 48 | 5A | B4 | 3C | 32 | 0 | 1D | E6 | 2B | 31 |
| Octal | 110 | 132 | 264 | 74 | 62 | 0 | 35 | 346 | 53 | 61 |
| Binary | 1001000 | 1011010 | 10110100 | 111100 | 110010 | 0 | 11101 | 11100110 | 101011 | 110001 |
Color Harmonies of #485AB4
Complementary color
Monochromatic Colors of #485AB4
Black with #485AB4
Text Example
Text Example
White with #485AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485AB4; }
p { color: rgb(72,90,180); }
H1.HeaderClassName
{
color: #485AB4;
}
.AnyTagClassName
{
color: #485AB4;
}
</style>
background-color css
<style>
a { background-color: #485AB4; }
a { background-color: rgb(72,90,180); }
div.DivClassName
{
background-color: #485AB4;
}
.BgClassName
{
background-color: #485AB4;
}
</style>
border-color css
<style>
span { border-color: #485AB4; }
span { border-color: rgb(72,90,180); }
td.TdClassName
{
border-color: #485AB4;
}
.TagClassName
{
border-color: #485AB4;
}
</style>