Shades of Free Speech Blue #4838DA
Tints of Free Speech Blue #4838DA
RGB
CMYK
RGB Variations
Color information
#4838DA (or 0x4838DA) is known color: Free Speech Blue. HEX triplet: 48, 38 and DA. RGB value is (72,56,218). Sum of RGB (Red+Green+Blue) = 72+56+218=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #4838DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4838DA is #B7C725. Grayscale: #4E4E4E. Windows color (decimal): -12044070 or 14301256. OLE color: 14301256.
HSL color Cylindrical-coordinate representation of color #4838DA: hue angle of 245.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4838DA is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 56 | 218 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.15 |
| HSL | 245.93º | 0.69% | 0.54% | - |
| HSV(B) | 245.93º | 0.74% | 0.85% | - |
| XYZ | 16.74 | 9.27 | 67.24 | - |
| YUV | 79.25 | 206.3 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 218 | 0.67 | 0.74 | 0 | 0.15 | 245.93 | 0.69 | 0.54 |
| Hex | 48 | 38 | DA | 43 | 4A | 0 | F | F6 | 45 | 36 |
| Octal | 110 | 70 | 332 | 103 | 112 | 0 | 17 | 366 | 105 | 66 |
| Binary | 1001000 | 111000 | 11011010 | 1000011 | 1001010 | 0 | 1111 | 11110110 | 1000101 | 110110 |
Color Harmonies of #4838DA
Complementary color
Monochromatic Colors of #4838DA
Black with #4838DA
Text Example
Text Example
White with #4838DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4838DA; }
p { color: rgb(72,56,218); }
H1.HeaderClassName
{
color: #4838DA;
}
.AnyTagClassName
{
color: #4838DA;
}
</style>
background-color css
<style>
a { background-color: #4838DA; }
a { background-color: rgb(72,56,218); }
div.DivClassName
{
background-color: #4838DA;
}
.BgClassName
{
background-color: #4838DA;
}
</style>
border-color css
<style>
span { border-color: #4838DA; }
span { border-color: rgb(72,56,218); }
td.TdClassName
{
border-color: #4838DA;
}
.TagClassName
{
border-color: #4838DA;
}
</style>