Shades of Free Speech Blue #464CCC
Tints of Free Speech Blue #464CCC
RGB
CMYK
RGB Variations
Color information
#464CCC (or 0x464CCC) is known color: Free Speech Blue. HEX triplet: 46, 4C and CC. RGB value is (70,76,204). Sum of RGB (Red+Green+Blue) = 70+76+204=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #464CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CCC is #B9B333. Grayscale: #585858. Windows color (decimal): -12170036 or 13388870. OLE color: 13388870.
HSL color Cylindrical-coordinate representation of color #464CCC: hue angle of 237.31º 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 #464CCC is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 76 | 204 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.2 |
| HSL | 237.31º | 0.57% | 0.54% | - |
| HSV(B) | 237.31º | 0.66% | 0.8% | - |
| XYZ | 16.01 | 10.83 | 58.37 | - |
| YUV | 88.8 | 193.01 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 204 | 0.66 | 0.63 | 0 | 0.2 | 237.31 | 0.57 | 0.54 |
| Hex | 46 | 4C | CC | 42 | 3F | 0 | 14 | ED | 39 | 36 |
| Octal | 106 | 114 | 314 | 102 | 77 | 0 | 24 | 355 | 71 | 66 |
| Binary | 1000110 | 1001100 | 11001100 | 1000010 | 111111 | 0 | 10100 | 11101101 | 111001 | 110110 |
Color Harmonies of #464CCC
Complementary color
Monochromatic Colors of #464CCC
Black with #464CCC
Text Example
Text Example
White with #464CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464CCC; }
p { color: rgb(70,76,204); }
H1.HeaderClassName
{
color: #464CCC;
}
.AnyTagClassName
{
color: #464CCC;
}
</style>
background-color css
<style>
a { background-color: #464CCC; }
a { background-color: rgb(70,76,204); }
div.DivClassName
{
background-color: #464CCC;
}
.BgClassName
{
background-color: #464CCC;
}
</style>
border-color css
<style>
span { border-color: #464CCC; }
span { border-color: rgb(70,76,204); }
td.TdClassName
{
border-color: #464CCC;
}
.TagClassName
{
border-color: #464CCC;
}
</style>