Shades of Free Speech Blue #4653BF
Tints of Free Speech Blue #4653BF
RGB
CMYK
RGB Variations
Color information
#4653BF (or 0x4653BF) is known color: Free Speech Blue. HEX triplet: 46, 53 and BF. RGB value is (70,83,191). Sum of RGB (Red+Green+Blue) = 70+83+191=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #4653BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4653BF is #B9AC40. Grayscale: #5A5A5A. Windows color (decimal): -12168257 or 12538694. OLE color: 12538694.
HSL color Cylindrical-coordinate representation of color #4653BF: hue angle of 233.55º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4653BF is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 83 | 191 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.25 |
| HSL | 233.55º | 0.49% | 0.51% | - |
| HSV(B) | 233.55º | 0.63% | 0.75% | - |
| XYZ | 15.02 | 11.25 | 50.67 | - |
| YUV | 91.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 191 | 0.63 | 0.57 | 0 | 0.25 | 233.55 | 0.49 | 0.51 |
| Hex | 46 | 53 | BF | 3F | 39 | 0 | 19 | EA | 31 | 33 |
| Octal | 106 | 123 | 277 | 77 | 71 | 0 | 31 | 352 | 61 | 63 |
| Binary | 1000110 | 1010011 | 10111111 | 111111 | 111001 | 0 | 11001 | 11101010 | 110001 | 110011 |
Color Harmonies of #4653BF
Complementary color
Monochromatic Colors of #4653BF
Black with #4653BF
Text Example
Text Example
White with #4653BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4653BF; }
p { color: rgb(70,83,191); }
H1.HeaderClassName
{
color: #4653BF;
}
.AnyTagClassName
{
color: #4653BF;
}
</style>
background-color css
<style>
a { background-color: #4653BF; }
a { background-color: rgb(70,83,191); }
div.DivClassName
{
background-color: #4653BF;
}
.BgClassName
{
background-color: #4653BF;
}
</style>
border-color css
<style>
span { border-color: #4653BF; }
span { border-color: rgb(70,83,191); }
td.TdClassName
{
border-color: #4653BF;
}
.TagClassName
{
border-color: #4653BF;
}
</style>