Shades of Free Speech Blue #4841B8
Tints of Free Speech Blue #4841B8
RGB
CMYK
RGB Variations
Color information
#4841B8 (or 0x4841B8) is known color: Free Speech Blue. HEX triplet: 48, 41 and B8. RGB value is (72,65,184). Sum of RGB (Red+Green+Blue) = 72+65+184=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 184 (72.27% from 255 or 57.32% from 321); Max value from RGB is 184 - color contains mainly: blue. Hex color #4841B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4841B8 is #B7BE47. Grayscale: #505050. Windows color (decimal): -12041800 or 12075336. OLE color: 12075336.
HSL color Cylindrical-coordinate representation of color #4841B8: hue angle of 243.53º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4841B8 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 65 | 184 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.28 |
| HSL | 243.53º | 0.48% | 0.49% | - |
| HSV(B) | 243.53º | 0.65% | 0.72% | - |
| XYZ | 13.21 | 8.62 | 46.31 | - |
| YUV | 80.66 | 186.32 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 184 | 0.61 | 0.65 | 0 | 0.28 | 243.53 | 0.48 | 0.49 |
| Hex | 48 | 41 | B8 | 3D | 41 | 0 | 1C | F4 | 30 | 31 |
| Octal | 110 | 101 | 270 | 75 | 101 | 0 | 34 | 364 | 60 | 61 |
| Binary | 1001000 | 1000001 | 10111000 | 111101 | 1000001 | 0 | 11100 | 11110100 | 110000 | 110001 |
Color Harmonies of #4841B8
Complementary color
Monochromatic Colors of #4841B8
Black with #4841B8
Text Example
Text Example
White with #4841B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4841B8; }
p { color: rgb(72,65,184); }
H1.HeaderClassName
{
color: #4841B8;
}
.AnyTagClassName
{
color: #4841B8;
}
</style>
background-color css
<style>
a { background-color: #4841B8; }
a { background-color: rgb(72,65,184); }
div.DivClassName
{
background-color: #4841B8;
}
.BgClassName
{
background-color: #4841B8;
}
</style>
border-color css
<style>
span { border-color: #4841B8; }
span { border-color: rgb(72,65,184); }
td.TdClassName
{
border-color: #4841B8;
}
.TagClassName
{
border-color: #4841B8;
}
</style>