Shades of Free Speech Blue #465ACC
Tints of Free Speech Blue #465ACC
RGB
CMYK
RGB Variations
Color information
#465ACC (or 0x465ACC) is known color: Free Speech Blue. HEX triplet: 46, 5A and CC. RGB value is (70,90,204). Sum of RGB (Red+Green+Blue) = 70+90+204=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #465ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465ACC is #B9A533. Grayscale: #606060. Windows color (decimal): -12166452 or 13392454. OLE color: 13392454.
HSL color Cylindrical-coordinate representation of color #465ACC: hue angle of 231.04º 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 #465ACC is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 90 | 204 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.2 |
| HSL | 231.04º | 0.57% | 0.54% | - |
| HSV(B) | 231.04º | 0.66% | 0.8% | - |
| XYZ | 17.08 | 12.97 | 58.73 | - |
| YUV | 97.02 | 188.37 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 204 | 0.66 | 0.56 | 0 | 0.2 | 231.04 | 0.57 | 0.54 |
| Hex | 46 | 5A | CC | 42 | 38 | 0 | 14 | E7 | 39 | 36 |
| Octal | 106 | 132 | 314 | 102 | 70 | 0 | 24 | 347 | 71 | 66 |
| Binary | 1000110 | 1011010 | 11001100 | 1000010 | 111000 | 0 | 10100 | 11100111 | 111001 | 110110 |
Color Harmonies of #465ACC
Complementary color
Monochromatic Colors of #465ACC
Black with #465ACC
Text Example
Text Example
White with #465ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465ACC; }
p { color: rgb(70,90,204); }
H1.HeaderClassName
{
color: #465ACC;
}
.AnyTagClassName
{
color: #465ACC;
}
</style>
background-color css
<style>
a { background-color: #465ACC; }
a { background-color: rgb(70,90,204); }
div.DivClassName
{
background-color: #465ACC;
}
.BgClassName
{
background-color: #465ACC;
}
</style>
border-color css
<style>
span { border-color: #465ACC; }
span { border-color: rgb(70,90,204); }
td.TdClassName
{
border-color: #465ACC;
}
.TagClassName
{
border-color: #465ACC;
}
</style>