Shades of Free Speech Blue #4655CC
Tints of Free Speech Blue #4655CC
RGB
CMYK
RGB Variations
Color information
#4655CC (or 0x4655CC) is known color: Free Speech Blue. HEX triplet: 46, 55 and CC. RGB value is (70,85,204). Sum of RGB (Red+Green+Blue) = 70+85+204=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #4655CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4655CC is #B9AA33. Grayscale: #5D5D5D. Windows color (decimal): -12167732 or 13391174. OLE color: 13391174.
HSL color Cylindrical-coordinate representation of color #4655CC: hue angle of 233.28º 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 #4655CC is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 85 | 204 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.2 |
| HSL | 233.28º | 0.57% | 0.54% | - |
| HSV(B) | 233.28º | 0.66% | 0.8% | - |
| XYZ | 16.67 | 12.16 | 58.59 | - |
| YUV | 94.08 | 190.03 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 204 | 0.66 | 0.58 | 0 | 0.2 | 233.28 | 0.57 | 0.54 |
| Hex | 46 | 55 | CC | 42 | 3A | 0 | 14 | E9 | 39 | 36 |
| Octal | 106 | 125 | 314 | 102 | 72 | 0 | 24 | 351 | 71 | 66 |
| Binary | 1000110 | 1010101 | 11001100 | 1000010 | 111010 | 0 | 10100 | 11101001 | 111001 | 110110 |
Color Harmonies of #4655CC
Complementary color
Monochromatic Colors of #4655CC
Black with #4655CC
Text Example
Text Example
White with #4655CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4655CC; }
p { color: rgb(70,85,204); }
H1.HeaderClassName
{
color: #4655CC;
}
.AnyTagClassName
{
color: #4655CC;
}
</style>
background-color css
<style>
a { background-color: #4655CC; }
a { background-color: rgb(70,85,204); }
div.DivClassName
{
background-color: #4655CC;
}
.BgClassName
{
background-color: #4655CC;
}
</style>
border-color css
<style>
span { border-color: #4655CC; }
span { border-color: rgb(70,85,204); }
td.TdClassName
{
border-color: #4655CC;
}
.TagClassName
{
border-color: #4655CC;
}
</style>