Shades of Free Speech Blue #483ACF
Tints of Free Speech Blue #483ACF
RGB
CMYK
RGB Variations
Color information
#483ACF (or 0x483ACF) is known color: Free Speech Blue. HEX triplet: 48, 3A and CF. RGB value is (72,58,207). Sum of RGB (Red+Green+Blue) = 72+58+207=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #483ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483ACF is #B7C530. Grayscale: #4E4E4E. Windows color (decimal): -12043569 or 13580872. OLE color: 13580872.
HSL color Cylindrical-coordinate representation of color #483ACF: hue angle of 245.64º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #483ACF is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 58 | 207 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.19 |
| HSL | 245.64º | 0.61% | 0.52% | - |
| HSV(B) | 245.64º | 0.72% | 0.81% | - |
| XYZ | 15.45 | 8.91 | 59.94 | - |
| YUV | 79.17 | 200.14 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 207 | 0.65 | 0.72 | 0 | 0.19 | 245.64 | 0.61 | 0.52 |
| Hex | 48 | 3A | CF | 41 | 48 | 0 | 13 | F6 | 3D | 34 |
| Octal | 110 | 72 | 317 | 101 | 110 | 0 | 23 | 366 | 75 | 64 |
| Binary | 1001000 | 111010 | 11001111 | 1000001 | 1001000 | 0 | 10011 | 11110110 | 111101 | 110100 |
Color Harmonies of #483ACF
Complementary color
Monochromatic Colors of #483ACF
Black with #483ACF
Text Example
Text Example
White with #483ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483ACF; }
p { color: rgb(72,58,207); }
H1.HeaderClassName
{
color: #483ACF;
}
.AnyTagClassName
{
color: #483ACF;
}
</style>
background-color css
<style>
a { background-color: #483ACF; }
a { background-color: rgb(72,58,207); }
div.DivClassName
{
background-color: #483ACF;
}
.BgClassName
{
background-color: #483ACF;
}
</style>
border-color css
<style>
span { border-color: #483ACF; }
span { border-color: rgb(72,58,207); }
td.TdClassName
{
border-color: #483ACF;
}
.TagClassName
{
border-color: #483ACF;
}
</style>