Shades of Free Speech Blue #484ABC
Tints of Free Speech Blue #484ABC
RGB
CMYK
RGB Variations
Color information
#484ABC (or 0x484ABC) is known color: Free Speech Blue. HEX triplet: 48, 4A and BC. RGB value is (72,74,188). Sum of RGB (Red+Green+Blue) = 72+74+188=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #484ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484ABC is #B7B543. Grayscale: #555555. Windows color (decimal): -12039492 or 12339784. OLE color: 12339784.
HSL color Cylindrical-coordinate representation of color #484ABC: hue angle of 238.97º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #484ABC is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 74 | 188 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.26 |
| HSL | 238.97º | 0.46% | 0.51% | - |
| HSV(B) | 238.97º | 0.62% | 0.74% | - |
| XYZ | 14.2 | 9.91 | 48.74 | - |
| YUV | 86.4 | 185.34 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 188 | 0.62 | 0.61 | 0 | 0.26 | 238.97 | 0.46 | 0.51 |
| Hex | 48 | 4A | BC | 3E | 3D | 0 | 1A | EF | 2E | 33 |
| Octal | 110 | 112 | 274 | 76 | 75 | 0 | 32 | 357 | 56 | 63 |
| Binary | 1001000 | 1001010 | 10111100 | 111110 | 111101 | 0 | 11010 | 11101111 | 101110 | 110011 |
Color Harmonies of #484ABC
Complementary color
Monochromatic Colors of #484ABC
Black with #484ABC
Text Example
Text Example
White with #484ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484ABC; }
p { color: rgb(72,74,188); }
H1.HeaderClassName
{
color: #484ABC;
}
.AnyTagClassName
{
color: #484ABC;
}
</style>
background-color css
<style>
a { background-color: #484ABC; }
a { background-color: rgb(72,74,188); }
div.DivClassName
{
background-color: #484ABC;
}
.BgClassName
{
background-color: #484ABC;
}
</style>
border-color css
<style>
span { border-color: #484ABC; }
span { border-color: rgb(72,74,188); }
td.TdClassName
{
border-color: #484ABC;
}
.TagClassName
{
border-color: #484ABC;
}
</style>