Shades of Free Speech Blue #465DD5
Tints of Free Speech Blue #465DD5
RGB
CMYK
RGB Variations
Color information
#465DD5 (or 0x465DD5) is known color: Free Speech Blue. HEX triplet: 46, 5D and D5. RGB value is (70,93,213). Sum of RGB (Red+Green+Blue) = 70+93+213=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #465DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DD5 is #B9A22A. Grayscale: #636363. Windows color (decimal): -12165675 or 13983046. OLE color: 13983046.
HSL color Cylindrical-coordinate representation of color #465DD5: hue angle of 230.35º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #465DD5 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 93 | 213 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.16 |
| HSL | 230.35º | 0.63% | 0.55% | - |
| HSV(B) | 230.35º | 0.67% | 0.84% | - |
| XYZ | 18.45 | 13.93 | 64.67 | - |
| YUV | 99.8 | 191.88 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 213 | 0.67 | 0.56 | 0 | 0.16 | 230.35 | 0.63 | 0.55 |
| Hex | 46 | 5D | D5 | 43 | 38 | 0 | 10 | E6 | 3F | 37 |
| Octal | 106 | 135 | 325 | 103 | 70 | 0 | 20 | 346 | 77 | 67 |
| Binary | 1000110 | 1011101 | 11010101 | 1000011 | 111000 | 0 | 10000 | 11100110 | 111111 | 110111 |
Color Harmonies of #465DD5
Complementary color
Monochromatic Colors of #465DD5
Black with #465DD5
Text Example
Text Example
White with #465DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465DD5; }
p { color: rgb(70,93,213); }
H1.HeaderClassName
{
color: #465DD5;
}
.AnyTagClassName
{
color: #465DD5;
}
</style>
background-color css
<style>
a { background-color: #465DD5; }
a { background-color: rgb(70,93,213); }
div.DivClassName
{
background-color: #465DD5;
}
.BgClassName
{
background-color: #465DD5;
}
</style>
border-color css
<style>
span { border-color: #465DD5; }
span { border-color: rgb(70,93,213); }
td.TdClassName
{
border-color: #465DD5;
}
.TagClassName
{
border-color: #465DD5;
}
</style>