Shades of Free Speech Blue #4837CF
Tints of Free Speech Blue #4837CF
RGB
CMYK
RGB Variations
Color information
#4837CF (or 0x4837CF) is known color: Free Speech Blue. HEX triplet: 48, 37 and CF. RGB value is (72,55,207). Sum of RGB (Red+Green+Blue) = 72+55+207=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #4837CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4837CF is #B7C830. Grayscale: #4C4C4C. Windows color (decimal): -12044337 or 13580104. OLE color: 13580104.
HSL color Cylindrical-coordinate representation of color #4837CF: hue angle of 246.71º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4837CF is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 55 | 207 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.19 |
| HSL | 246.71º | 0.61% | 0.51% | - |
| HSV(B) | 246.71º | 0.73% | 0.81% | - |
| XYZ | 15.3 | 8.62 | 59.89 | - |
| YUV | 77.41 | 201.13 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 207 | 0.65 | 0.73 | 0 | 0.19 | 246.71 | 0.61 | 0.51 |
| Hex | 48 | 37 | CF | 41 | 49 | 0 | 13 | F7 | 3D | 33 |
| Octal | 110 | 67 | 317 | 101 | 111 | 0 | 23 | 367 | 75 | 63 |
| Binary | 1001000 | 110111 | 11001111 | 1000001 | 1001001 | 0 | 10011 | 11110111 | 111101 | 110011 |
Color Harmonies of #4837CF
Complementary color
Monochromatic Colors of #4837CF
Black with #4837CF
Text Example
Text Example
White with #4837CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4837CF; }
p { color: rgb(72,55,207); }
H1.HeaderClassName
{
color: #4837CF;
}
.AnyTagClassName
{
color: #4837CF;
}
</style>
background-color css
<style>
a { background-color: #4837CF; }
a { background-color: rgb(72,55,207); }
div.DivClassName
{
background-color: #4837CF;
}
.BgClassName
{
background-color: #4837CF;
}
</style>
border-color css
<style>
span { border-color: #4837CF; }
span { border-color: rgb(72,55,207); }
td.TdClassName
{
border-color: #4837CF;
}
.TagClassName
{
border-color: #4837CF;
}
</style>