Shades of Free Speech Blue #485DB4
Tints of Free Speech Blue #485DB4
RGB
CMYK
RGB Variations
Color information
#485DB4 (or 0x485DB4) is known color: Free Speech Blue. HEX triplet: 48, 5D and B4. RGB value is (72,93,180). Sum of RGB (Red+Green+Blue) = 72+93+180=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #485DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485DB4 is #B7A24B. Grayscale: #606060. Windows color (decimal): -12034636 or 11820360. OLE color: 11820360.
HSL color Cylindrical-coordinate representation of color #485DB4: hue angle of 228.33º 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 #485DB4 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 93 | 180 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.29 |
| HSL | 228.33º | 0.43% | 0.49% | - |
| HSV(B) | 228.33º | 0.6% | 0.71% | - |
| XYZ | 14.83 | 12.5 | 44.81 | - |
| YUV | 96.64 | 175.04 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 180 | 0.60 | 0.48 | 0 | 0.29 | 228.33 | 0.43 | 0.49 |
| Hex | 48 | 5D | B4 | 3C | 30 | 0 | 1D | E4 | 2B | 31 |
| Octal | 110 | 135 | 264 | 74 | 60 | 0 | 35 | 344 | 53 | 61 |
| Binary | 1001000 | 1011101 | 10110100 | 111100 | 110000 | 0 | 11101 | 11100100 | 101011 | 110001 |
Color Harmonies of #485DB4
Complementary color
Monochromatic Colors of #485DB4
Black with #485DB4
Text Example
Text Example
White with #485DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485DB4; }
p { color: rgb(72,93,180); }
H1.HeaderClassName
{
color: #485DB4;
}
.AnyTagClassName
{
color: #485DB4;
}
</style>
background-color css
<style>
a { background-color: #485DB4; }
a { background-color: rgb(72,93,180); }
div.DivClassName
{
background-color: #485DB4;
}
.BgClassName
{
background-color: #485DB4;
}
</style>
border-color css
<style>
span { border-color: #485DB4; }
span { border-color: rgb(72,93,180); }
td.TdClassName
{
border-color: #485DB4;
}
.TagClassName
{
border-color: #485DB4;
}
</style>