Shades of Free Speech Blue #465BCE
Tints of Free Speech Blue #465BCE
RGB
CMYK
RGB Variations
Color information
#465BCE (or 0x465BCE) is known color: Free Speech Blue. HEX triplet: 46, 5B and CE. RGB value is (70,91,206). Sum of RGB (Red+Green+Blue) = 70+91+206=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #465BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BCE is #B9A431. Grayscale: #616161. Windows color (decimal): -12166194 or 13523782. OLE color: 13523782.
HSL color Cylindrical-coordinate representation of color #465BCE: hue angle of 230.74º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #465BCE is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 91 | 206 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.19 |
| HSL | 230.74º | 0.58% | 0.54% | - |
| HSV(B) | 230.74º | 0.66% | 0.81% | - |
| XYZ | 17.41 | 13.24 | 60.03 | - |
| YUV | 97.83 | 189.04 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 206 | 0.66 | 0.56 | 0 | 0.19 | 230.74 | 0.58 | 0.54 |
| Hex | 46 | 5B | CE | 42 | 38 | 0 | 13 | E7 | 3A | 36 |
| Octal | 106 | 133 | 316 | 102 | 70 | 0 | 23 | 347 | 72 | 66 |
| Binary | 1000110 | 1011011 | 11001110 | 1000010 | 111000 | 0 | 10011 | 11100111 | 111010 | 110110 |
Color Harmonies of #465BCE
Complementary color
Monochromatic Colors of #465BCE
Black with #465BCE
Text Example
Text Example
White with #465BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465BCE; }
p { color: rgb(70,91,206); }
H1.HeaderClassName
{
color: #465BCE;
}
.AnyTagClassName
{
color: #465BCE;
}
</style>
background-color css
<style>
a { background-color: #465BCE; }
a { background-color: rgb(70,91,206); }
div.DivClassName
{
background-color: #465BCE;
}
.BgClassName
{
background-color: #465BCE;
}
</style>
border-color css
<style>
span { border-color: #465BCE; }
span { border-color: rgb(70,91,206); }
td.TdClassName
{
border-color: #465BCE;
}
.TagClassName
{
border-color: #465BCE;
}
</style>