Shades of Free Speech Blue #4636CE
Tints of Free Speech Blue #4636CE
RGB
CMYK
RGB Variations
Color information
#4636CE (or 0x4636CE) is known color: Free Speech Blue. HEX triplet: 46, 36 and CE. RGB value is (70,54,206). Sum of RGB (Red+Green+Blue) = 70+54+206=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #4636CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4636CE is #B9C931. Grayscale: #4B4B4B. Windows color (decimal): -12175666 or 13514310. OLE color: 13514310.
HSL color Cylindrical-coordinate representation of color #4636CE: hue angle of 246.32º 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 #4636CE is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 54 | 206 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.19 |
| HSL | 246.32º | 0.61% | 0.51% | - |
| HSV(B) | 246.32º | 0.74% | 0.81% | - |
| XYZ | 14.99 | 8.4 | 59.22 | - |
| YUV | 76.11 | 201.3 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 206 | 0.66 | 0.74 | 0 | 0.19 | 246.32 | 0.61 | 0.51 |
| Hex | 46 | 36 | CE | 42 | 4A | 0 | 13 | F6 | 3D | 33 |
| Octal | 106 | 66 | 316 | 102 | 112 | 0 | 23 | 366 | 75 | 63 |
| Binary | 1000110 | 110110 | 11001110 | 1000010 | 1001010 | 0 | 10011 | 11110110 | 111101 | 110011 |
Color Harmonies of #4636CE
Complementary color
Monochromatic Colors of #4636CE
Black with #4636CE
Text Example
Text Example
White with #4636CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4636CE; }
p { color: rgb(70,54,206); }
H1.HeaderClassName
{
color: #4636CE;
}
.AnyTagClassName
{
color: #4636CE;
}
</style>
background-color css
<style>
a { background-color: #4636CE; }
a { background-color: rgb(70,54,206); }
div.DivClassName
{
background-color: #4636CE;
}
.BgClassName
{
background-color: #4636CE;
}
</style>
border-color css
<style>
span { border-color: #4636CE; }
span { border-color: rgb(70,54,206); }
td.TdClassName
{
border-color: #4636CE;
}
.TagClassName
{
border-color: #4636CE;
}
</style>