Shades of Free Speech Blue #4654CC
Tints of Free Speech Blue #4654CC
RGB
CMYK
RGB Variations
Color information
#4654CC (or 0x4654CC) is known color: Free Speech Blue. HEX triplet: 46, 54 and CC. RGB value is (70,84,204). Sum of RGB (Red+Green+Blue) = 70+84+204=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #4654CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4654CC is #B9AB33. Grayscale: #5D5D5D. Windows color (decimal): -12167988 or 13390918. OLE color: 13390918.
HSL color Cylindrical-coordinate representation of color #4654CC: hue angle of 233.73º 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 #4654CC is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 84 | 204 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.2 |
| HSL | 233.73º | 0.57% | 0.54% | - |
| HSV(B) | 233.73º | 0.66% | 0.8% | - |
| XYZ | 16.6 | 12 | 58.57 | - |
| YUV | 93.49 | 190.36 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 204 | 0.66 | 0.59 | 0 | 0.2 | 233.73 | 0.57 | 0.54 |
| Hex | 46 | 54 | CC | 42 | 3B | 0 | 14 | EA | 39 | 36 |
| Octal | 106 | 124 | 314 | 102 | 73 | 0 | 24 | 352 | 71 | 66 |
| Binary | 1000110 | 1010100 | 11001100 | 1000010 | 111011 | 0 | 10100 | 11101010 | 111001 | 110110 |
Color Harmonies of #4654CC
Complementary color
Monochromatic Colors of #4654CC
Black with #4654CC
Text Example
Text Example
White with #4654CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4654CC; }
p { color: rgb(70,84,204); }
H1.HeaderClassName
{
color: #4654CC;
}
.AnyTagClassName
{
color: #4654CC;
}
</style>
background-color css
<style>
a { background-color: #4654CC; }
a { background-color: rgb(70,84,204); }
div.DivClassName
{
background-color: #4654CC;
}
.BgClassName
{
background-color: #4654CC;
}
</style>
border-color css
<style>
span { border-color: #4654CC; }
span { border-color: rgb(70,84,204); }
td.TdClassName
{
border-color: #4654CC;
}
.TagClassName
{
border-color: #4654CC;
}
</style>