Shades of Free Speech Blue #4653CE
Tints of Free Speech Blue #4653CE
RGB
CMYK
RGB Variations
Color information
#4653CE (or 0x4653CE) is known color: Free Speech Blue. HEX triplet: 46, 53 and CE. RGB value is (70,83,206). Sum of RGB (Red+Green+Blue) = 70+83+206=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #4653CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4653CE is #B9AC31. Grayscale: #5C5C5C. Windows color (decimal): -12168242 or 13521734. OLE color: 13521734.
HSL color Cylindrical-coordinate representation of color #4653CE: hue angle of 234.26º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4653CE is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 83 | 206 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.19 |
| HSL | 234.26º | 0.58% | 0.54% | - |
| HSV(B) | 234.26º | 0.66% | 0.81% | - |
| XYZ | 16.76 | 11.94 | 59.81 | - |
| YUV | 93.14 | 191.69 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 206 | 0.66 | 0.60 | 0 | 0.19 | 234.26 | 0.58 | 0.54 |
| Hex | 46 | 53 | CE | 42 | 3C | 0 | 13 | EA | 3A | 36 |
| Octal | 106 | 123 | 316 | 102 | 74 | 0 | 23 | 352 | 72 | 66 |
| Binary | 1000110 | 1010011 | 11001110 | 1000010 | 111100 | 0 | 10011 | 11101010 | 111010 | 110110 |
Color Harmonies of #4653CE
Complementary color
Monochromatic Colors of #4653CE
Black with #4653CE
Text Example
Text Example
White with #4653CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4653CE; }
p { color: rgb(70,83,206); }
H1.HeaderClassName
{
color: #4653CE;
}
.AnyTagClassName
{
color: #4653CE;
}
</style>
background-color css
<style>
a { background-color: #4653CE; }
a { background-color: rgb(70,83,206); }
div.DivClassName
{
background-color: #4653CE;
}
.BgClassName
{
background-color: #4653CE;
}
</style>
border-color css
<style>
span { border-color: #4653CE; }
span { border-color: rgb(70,83,206); }
td.TdClassName
{
border-color: #4653CE;
}
.TagClassName
{
border-color: #4653CE;
}
</style>