Shades of Free Speech Blue #465ED4
Tints of Free Speech Blue #465ED4
RGB
CMYK
RGB Variations
Color information
#465ED4 (or 0x465ED4) is known color: Free Speech Blue. HEX triplet: 46, 5E and D4. RGB value is (70,94,212). Sum of RGB (Red+Green+Blue) = 70+94+212=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 212 (83.20% from 255 or 56.38% from 376); Max value from RGB is 212 - color contains mainly: blue. Hex color #465ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465ED4 is #B9A12B. Grayscale: #636363. Windows color (decimal): -12165420 or 13917766. OLE color: 13917766.
HSL color Cylindrical-coordinate representation of color #465ED4: hue angle of 229.86º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #465ED4 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 94 | 212 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.17 |
| HSL | 229.86º | 0.62% | 0.55% | - |
| HSV(B) | 229.86º | 0.67% | 0.83% | - |
| XYZ | 18.41 | 14.06 | 64.03 | - |
| YUV | 100.28 | 191.05 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 212 | 0.67 | 0.56 | 0 | 0.17 | 229.86 | 0.62 | 0.55 |
| Hex | 46 | 5E | D4 | 43 | 38 | 0 | 11 | E6 | 3E | 37 |
| Octal | 106 | 136 | 324 | 103 | 70 | 0 | 21 | 346 | 76 | 67 |
| Binary | 1000110 | 1011110 | 11010100 | 1000011 | 111000 | 0 | 10001 | 11100110 | 111110 | 110111 |
Color Harmonies of #465ED4
Complementary color
Monochromatic Colors of #465ED4
Black with #465ED4
Text Example
Text Example
White with #465ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465ED4; }
p { color: rgb(70,94,212); }
H1.HeaderClassName
{
color: #465ED4;
}
.AnyTagClassName
{
color: #465ED4;
}
</style>
background-color css
<style>
a { background-color: #465ED4; }
a { background-color: rgb(70,94,212); }
div.DivClassName
{
background-color: #465ED4;
}
.BgClassName
{
background-color: #465ED4;
}
</style>
border-color css
<style>
span { border-color: #465ED4; }
span { border-color: rgb(70,94,212); }
td.TdClassName
{
border-color: #465ED4;
}
.TagClassName
{
border-color: #465ED4;
}
</style>