Shades of Free Speech Blue #465ACD
Tints of Free Speech Blue #465ACD
RGB
CMYK
RGB Variations
Color information
#465ACD (or 0x465ACD) is known color: Free Speech Blue. HEX triplet: 46, 5A and CD. RGB value is (70,90,205). Sum of RGB (Red+Green+Blue) = 70+90+205=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #465ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465ACD is #B9A532. Grayscale: #606060. Windows color (decimal): -12166451 or 13457990. OLE color: 13457990.
HSL color Cylindrical-coordinate representation of color #465ACD: hue angle of 231.11º 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 #465ACD is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 90 | 205 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.20 |
| HSL | 231.11º | 0.57% | 0.54% | - |
| HSV(B) | 231.11º | 0.66% | 0.8% | - |
| XYZ | 17.2 | 13.02 | 59.36 | - |
| YUV | 97.13 | 188.87 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 205 | 0.66 | 0.56 | 0 | 0.20 | 231.11 | 0.57 | 0.54 |
| Hex | 46 | 5A | CD | 42 | 38 | 0 | 14 | E7 | 39 | 36 |
| Octal | 106 | 132 | 315 | 102 | 70 | 0 | 24 | 347 | 71 | 66 |
| Binary | 1000110 | 1011010 | 11001101 | 1000010 | 111000 | 0 | 10100 | 11100111 | 111001 | 110110 |
Color Harmonies of #465ACD
Complementary color
Monochromatic Colors of #465ACD
Black with #465ACD
Text Example
Text Example
White with #465ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465ACD; }
p { color: rgb(70,90,205); }
H1.HeaderClassName
{
color: #465ACD;
}
.AnyTagClassName
{
color: #465ACD;
}
</style>
background-color css
<style>
a { background-color: #465ACD; }
a { background-color: rgb(70,90,205); }
div.DivClassName
{
background-color: #465ACD;
}
.BgClassName
{
background-color: #465ACD;
}
</style>
border-color css
<style>
span { border-color: #465ACD; }
span { border-color: rgb(70,90,205); }
td.TdClassName
{
border-color: #465ACD;
}
.TagClassName
{
border-color: #465ACD;
}
</style>