Shades of Free Speech Blue #465AB4
Tints of Free Speech Blue #465AB4
RGB
CMYK
RGB Variations
Color information
#465AB4 (or 0x465AB4) is known color: Free Speech Blue. HEX triplet: 46, 5A and B4. RGB value is (70,90,180). Sum of RGB (Red+Green+Blue) = 70+90+180=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #465AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465AB4 is #B9A54B. Grayscale: #5D5D5D. Windows color (decimal): -12166476 or 11819590. OLE color: 11819590.
HSL color Cylindrical-coordinate representation of color #465AB4: hue angle of 229.09º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #465AB4 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 90 | 180 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.29 |
| HSL | 229.09º | 0.44% | 0.49% | - |
| HSV(B) | 229.09º | 0.61% | 0.71% | - |
| XYZ | 14.42 | 11.91 | 44.72 | - |
| YUV | 94.28 | 176.37 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 180 | 0.61 | 0.50 | 0 | 0.29 | 229.09 | 0.44 | 0.49 |
| Hex | 46 | 5A | B4 | 3D | 32 | 0 | 1D | E5 | 2C | 31 |
| Octal | 106 | 132 | 264 | 75 | 62 | 0 | 35 | 345 | 54 | 61 |
| Binary | 1000110 | 1011010 | 10110100 | 111101 | 110010 | 0 | 11101 | 11100101 | 101100 | 110001 |
Color Harmonies of #465AB4
Complementary color
Monochromatic Colors of #465AB4
Black with #465AB4
Text Example
Text Example
White with #465AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465AB4; }
p { color: rgb(70,90,180); }
H1.HeaderClassName
{
color: #465AB4;
}
.AnyTagClassName
{
color: #465AB4;
}
</style>
background-color css
<style>
a { background-color: #465AB4; }
a { background-color: rgb(70,90,180); }
div.DivClassName
{
background-color: #465AB4;
}
.BgClassName
{
background-color: #465AB4;
}
</style>
border-color css
<style>
span { border-color: #465AB4; }
span { border-color: rgb(70,90,180); }
td.TdClassName
{
border-color: #465AB4;
}
.TagClassName
{
border-color: #465AB4;
}
</style>