Shades of Free Speech Blue #4838D0
Tints of Free Speech Blue #4838D0
RGB
CMYK
RGB Variations
Color information
#4838D0 (or 0x4838D0) is known color: Free Speech Blue. HEX triplet: 48, 38 and D0. RGB value is (72,56,208). Sum of RGB (Red+Green+Blue) = 72+56+208=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 208 (81.64% from 255 or 61.90% from 336); Max value from RGB is 208 - color contains mainly: blue. Hex color #4838D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4838D0 is #B7C72F. Grayscale: #4D4D4D. Windows color (decimal): -12044080 or 13645896. OLE color: 13645896.
HSL color Cylindrical-coordinate representation of color #4838D0: hue angle of 246.32º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4838D0 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 56 | 208 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.18 |
| HSL | 246.32º | 0.62% | 0.52% | - |
| HSV(B) | 246.32º | 0.73% | 0.82% | - |
| XYZ | 15.47 | 8.76 | 60.55 | - |
| YUV | 78.11 | 201.3 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 208 | 0.65 | 0.73 | 0 | 0.18 | 246.32 | 0.62 | 0.52 |
| Hex | 48 | 38 | D0 | 41 | 49 | 0 | 12 | F6 | 3E | 34 |
| Octal | 110 | 70 | 320 | 101 | 111 | 0 | 22 | 366 | 76 | 64 |
| Binary | 1001000 | 111000 | 11010000 | 1000001 | 1001001 | 0 | 10010 | 11110110 | 111110 | 110100 |
Color Harmonies of #4838D0
Complementary color
Monochromatic Colors of #4838D0
Black with #4838D0
Text Example
Text Example
White with #4838D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4838D0; }
p { color: rgb(72,56,208); }
H1.HeaderClassName
{
color: #4838D0;
}
.AnyTagClassName
{
color: #4838D0;
}
</style>
background-color css
<style>
a { background-color: #4838D0; }
a { background-color: rgb(72,56,208); }
div.DivClassName
{
background-color: #4838D0;
}
.BgClassName
{
background-color: #4838D0;
}
</style>
border-color css
<style>
span { border-color: #4838D0; }
span { border-color: rgb(72,56,208); }
td.TdClassName
{
border-color: #4838D0;
}
.TagClassName
{
border-color: #4838D0;
}
</style>