Shades of Free Speech Blue #4653CC
Tints of Free Speech Blue #4653CC
RGB
CMYK
RGB Variations
Color information
#4653CC (or 0x4653CC) is known color: Free Speech Blue. HEX triplet: 46, 53 and CC. RGB value is (70,83,204). Sum of RGB (Red+Green+Blue) = 70+83+204=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #4653CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4653CC is #B9AC33. Grayscale: #5C5C5C. Windows color (decimal): -12168244 or 13390662. OLE color: 13390662.
HSL color Cylindrical-coordinate representation of color #4653CC: hue angle of 234.18º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4653CC is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 83 | 204 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.2 |
| HSL | 234.18º | 0.57% | 0.54% | - |
| HSV(B) | 234.18º | 0.66% | 0.8% | - |
| XYZ | 16.52 | 11.85 | 58.54 | - |
| YUV | 92.91 | 190.69 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 204 | 0.66 | 0.59 | 0 | 0.2 | 234.18 | 0.57 | 0.54 |
| Hex | 46 | 53 | CC | 42 | 3B | 0 | 14 | EA | 39 | 36 |
| Octal | 106 | 123 | 314 | 102 | 73 | 0 | 24 | 352 | 71 | 66 |
| Binary | 1000110 | 1010011 | 11001100 | 1000010 | 111011 | 0 | 10100 | 11101010 | 111001 | 110110 |
Color Harmonies of #4653CC
Complementary color
Monochromatic Colors of #4653CC
Black with #4653CC
Text Example
Text Example
White with #4653CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4653CC; }
p { color: rgb(70,83,204); }
H1.HeaderClassName
{
color: #4653CC;
}
.AnyTagClassName
{
color: #4653CC;
}
</style>
background-color css
<style>
a { background-color: #4653CC; }
a { background-color: rgb(70,83,204); }
div.DivClassName
{
background-color: #4653CC;
}
.BgClassName
{
background-color: #4653CC;
}
</style>
border-color css
<style>
span { border-color: #4653CC; }
span { border-color: rgb(70,83,204); }
td.TdClassName
{
border-color: #4653CC;
}
.TagClassName
{
border-color: #4653CC;
}
</style>