Shades of Free Speech Blue #4838D6
Tints of Free Speech Blue #4838D6
RGB
CMYK
RGB Variations
Color information
#4838D6 (or 0x4838D6) is known color: Free Speech Blue. HEX triplet: 48, 38 and D6. RGB value is (72,56,214). Sum of RGB (Red+Green+Blue) = 72+56+214=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 214 (83.98% from 255 or 62.57% from 342); Max value from RGB is 214 - color contains mainly: blue. Hex color #4838D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4838D6 is #B7C729. Grayscale: #4E4E4E. Windows color (decimal): -12044074 or 14039112. OLE color: 14039112.
HSL color Cylindrical-coordinate representation of color #4838D6: hue angle of 246.08º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4838D6 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 56 | 214 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.16 |
| HSL | 246.08º | 0.66% | 0.53% | - |
| HSV(B) | 246.08º | 0.74% | 0.84% | - |
| XYZ | 16.22 | 9.06 | 64.51 | - |
| YUV | 78.8 | 204.3 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 214 | 0.66 | 0.74 | 0 | 0.16 | 246.08 | 0.66 | 0.53 |
| Hex | 48 | 38 | D6 | 42 | 4A | 0 | 10 | F6 | 42 | 35 |
| Octal | 110 | 70 | 326 | 102 | 112 | 0 | 20 | 366 | 102 | 65 |
| Binary | 1001000 | 111000 | 11010110 | 1000010 | 1001010 | 0 | 10000 | 11110110 | 1000010 | 110101 |
Color Harmonies of #4838D6
Complementary color
Monochromatic Colors of #4838D6
Black with #4838D6
Text Example
Text Example
White with #4838D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4838D6; }
p { color: rgb(72,56,214); }
H1.HeaderClassName
{
color: #4838D6;
}
.AnyTagClassName
{
color: #4838D6;
}
</style>
background-color css
<style>
a { background-color: #4838D6; }
a { background-color: rgb(72,56,214); }
div.DivClassName
{
background-color: #4838D6;
}
.BgClassName
{
background-color: #4838D6;
}
</style>
border-color css
<style>
span { border-color: #4838D6; }
span { border-color: rgb(72,56,214); }
td.TdClassName
{
border-color: #4838D6;
}
.TagClassName
{
border-color: #4838D6;
}
</style>