Shades of Free Speech Blue #485BD2
Tints of Free Speech Blue #485BD2
RGB
CMYK
RGB Variations
Color information
#485BD2 (or 0x485BD2) is known color: Free Speech Blue. HEX triplet: 48, 5B and D2. RGB value is (72,91,210). Sum of RGB (Red+Green+Blue) = 72+91+210=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 210 (82.42% from 255 or 56.30% from 373); Max value from RGB is 210 - color contains mainly: blue. Hex color #485BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485BD2 is #B7A42D. Grayscale: #626262. Windows color (decimal): -12035118 or 13785928. OLE color: 13785928.
HSL color Cylindrical-coordinate representation of color #485BD2: hue angle of 231.74º degrees, saturation: 0.61, 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 #485BD2 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 91 | 210 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.18 |
| HSL | 231.74º | 0.61% | 0.55% | - |
| HSV(B) | 231.74º | 0.66% | 0.82% | - |
| XYZ | 18.05 | 13.51 | 62.63 | - |
| YUV | 98.89 | 190.71 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 210 | 0.66 | 0.57 | 0 | 0.18 | 231.74 | 0.61 | 0.55 |
| Hex | 48 | 5B | D2 | 42 | 39 | 0 | 12 | E8 | 3D | 37 |
| Octal | 110 | 133 | 322 | 102 | 71 | 0 | 22 | 350 | 75 | 67 |
| Binary | 1001000 | 1011011 | 11010010 | 1000010 | 111001 | 0 | 10010 | 11101000 | 111101 | 110111 |
Color Harmonies of #485BD2
Complementary color
Monochromatic Colors of #485BD2
Black with #485BD2
Text Example
Text Example
White with #485BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BD2; }
p { color: rgb(72,91,210); }
H1.HeaderClassName
{
color: #485BD2;
}
.AnyTagClassName
{
color: #485BD2;
}
</style>
background-color css
<style>
a { background-color: #485BD2; }
a { background-color: rgb(72,91,210); }
div.DivClassName
{
background-color: #485BD2;
}
.BgClassName
{
background-color: #485BD2;
}
</style>
border-color css
<style>
span { border-color: #485BD2; }
span { border-color: rgb(72,91,210); }
td.TdClassName
{
border-color: #485BD2;
}
.TagClassName
{
border-color: #485BD2;
}
</style>