Shades of Free Speech Blue #465DCC
Tints of Free Speech Blue #465DCC
RGB
CMYK
RGB Variations
Color information
#465DCC (or 0x465DCC) is known color: Free Speech Blue. HEX triplet: 46, 5D and CC. RGB value is (70,93,204). Sum of RGB (Red+Green+Blue) = 70+93+204=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #465DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DCC is #B9A233. Grayscale: #626262. Windows color (decimal): -12165684 or 13393222. OLE color: 13393222.
HSL color Cylindrical-coordinate representation of color #465DCC: hue angle of 229.7º 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 #465DCC is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 93 | 204 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.2 |
| HSL | 229.7º | 0.57% | 0.54% | - |
| HSV(B) | 229.7º | 0.66% | 0.8% | - |
| XYZ | 17.34 | 13.49 | 58.82 | - |
| YUV | 98.78 | 187.38 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 204 | 0.66 | 0.54 | 0 | 0.2 | 229.7 | 0.57 | 0.54 |
| Hex | 46 | 5D | CC | 42 | 36 | 0 | 14 | E6 | 39 | 36 |
| Octal | 106 | 135 | 314 | 102 | 66 | 0 | 24 | 346 | 71 | 66 |
| Binary | 1000110 | 1011101 | 11001100 | 1000010 | 110110 | 0 | 10100 | 11100110 | 111001 | 110110 |
Color Harmonies of #465DCC
Complementary color
Monochromatic Colors of #465DCC
Black with #465DCC
Text Example
Text Example
White with #465DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465DCC; }
p { color: rgb(70,93,204); }
H1.HeaderClassName
{
color: #465DCC;
}
.AnyTagClassName
{
color: #465DCC;
}
</style>
background-color css
<style>
a { background-color: #465DCC; }
a { background-color: rgb(70,93,204); }
div.DivClassName
{
background-color: #465DCC;
}
.BgClassName
{
background-color: #465DCC;
}
</style>
border-color css
<style>
span { border-color: #465DCC; }
span { border-color: rgb(70,93,204); }
td.TdClassName
{
border-color: #465DCC;
}
.TagClassName
{
border-color: #465DCC;
}
</style>