Shades of Free Speech Blue #465BB8
Tints of Free Speech Blue #465BB8
RGB
CMYK
RGB Variations
Color information
#465BB8 (or 0x465BB8) is known color: Free Speech Blue. HEX triplet: 46, 5B and B8. RGB value is (70,91,184). Sum of RGB (Red+Green+Blue) = 70+91+184=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 184 (72.27% from 255 or 53.33% from 345); Max value from RGB is 184 - color contains mainly: blue. Hex color #465BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BB8 is #B9A447. Grayscale: #5E5E5E. Windows color (decimal): -12166216 or 12081990. OLE color: 12081990.
HSL color Cylindrical-coordinate representation of color #465BB8: hue angle of 228.95º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #465BB8 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 91 | 184 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.28 |
| HSL | 228.95º | 0.45% | 0.5% | - |
| HSV(B) | 228.95º | 0.62% | 0.72% | - |
| XYZ | 14.92 | 12.24 | 46.92 | - |
| YUV | 95.32 | 178.04 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 184 | 0.62 | 0.51 | 0 | 0.28 | 228.95 | 0.45 | 0.5 |
| Hex | 46 | 5B | B8 | 3E | 33 | 0 | 1C | E5 | 2D | 32 |
| Octal | 106 | 133 | 270 | 76 | 63 | 0 | 34 | 345 | 55 | 62 |
| Binary | 1000110 | 1011011 | 10111000 | 111110 | 110011 | 0 | 11100 | 11100101 | 101101 | 110010 |
Color Harmonies of #465BB8
Complementary color
Monochromatic Colors of #465BB8
Black with #465BB8
Text Example
Text Example
White with #465BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465BB8; }
p { color: rgb(70,91,184); }
H1.HeaderClassName
{
color: #465BB8;
}
.AnyTagClassName
{
color: #465BB8;
}
</style>
background-color css
<style>
a { background-color: #465BB8; }
a { background-color: rgb(70,91,184); }
div.DivClassName
{
background-color: #465BB8;
}
.BgClassName
{
background-color: #465BB8;
}
</style>
border-color css
<style>
span { border-color: #465BB8; }
span { border-color: rgb(70,91,184); }
td.TdClassName
{
border-color: #465BB8;
}
.TagClassName
{
border-color: #465BB8;
}
</style>