Shades of Free Speech Blue #4636CF
Tints of Free Speech Blue #4636CF
RGB
CMYK
RGB Variations
Color information
#4636CF (or 0x4636CF) is known color: Free Speech Blue. HEX triplet: 46, 36 and CF. RGB value is (70,54,207). Sum of RGB (Red+Green+Blue) = 70+54+207=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #4636CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4636CF is #B9C930. Grayscale: #4B4B4B. Windows color (decimal): -12175665 or 13579846. OLE color: 13579846.
HSL color Cylindrical-coordinate representation of color #4636CF: hue angle of 246.27º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4636CF is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 54 | 207 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.19 |
| HSL | 246.27º | 0.61% | 0.51% | - |
| HSV(B) | 246.27º | 0.74% | 0.81% | - |
| XYZ | 15.11 | 8.45 | 59.87 | - |
| YUV | 76.23 | 201.8 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 207 | 0.66 | 0.74 | 0 | 0.19 | 246.27 | 0.61 | 0.51 |
| Hex | 46 | 36 | CF | 42 | 4A | 0 | 13 | F6 | 3D | 33 |
| Octal | 106 | 66 | 317 | 102 | 112 | 0 | 23 | 366 | 75 | 63 |
| Binary | 1000110 | 110110 | 11001111 | 1000010 | 1001010 | 0 | 10011 | 11110110 | 111101 | 110011 |
Color Harmonies of #4636CF
Complementary color
Monochromatic Colors of #4636CF
Black with #4636CF
Text Example
Text Example
White with #4636CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4636CF; }
p { color: rgb(70,54,207); }
H1.HeaderClassName
{
color: #4636CF;
}
.AnyTagClassName
{
color: #4636CF;
}
</style>
background-color css
<style>
a { background-color: #4636CF; }
a { background-color: rgb(70,54,207); }
div.DivClassName
{
background-color: #4636CF;
}
.BgClassName
{
background-color: #4636CF;
}
</style>
border-color css
<style>
span { border-color: #4636CF; }
span { border-color: rgb(70,54,207); }
td.TdClassName
{
border-color: #4636CF;
}
.TagClassName
{
border-color: #4636CF;
}
</style>