Shades of Free Speech Blue #465BD3
Tints of Free Speech Blue #465BD3
RGB
CMYK
RGB Variations
Color information
#465BD3 (or 0x465BD3) is known color: Free Speech Blue. HEX triplet: 46, 5B and D3. RGB value is (70,91,211). Sum of RGB (Red+Green+Blue) = 70+91+211=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 211 (82.81% from 255 or 56.72% from 372); Max value from RGB is 211 - color contains mainly: blue. Hex color #465BD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BD3 is #B9A42C. Grayscale: #616161. Windows color (decimal): -12166189 or 13851462. OLE color: 13851462.
HSL color Cylindrical-coordinate representation of color #465BD3: hue angle of 231.06º 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 #465BD3 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 91 | 211 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.17 |
| HSL | 231.06º | 0.62% | 0.55% | - |
| HSV(B) | 231.06º | 0.67% | 0.83% | - |
| XYZ | 18.02 | 13.49 | 63.28 | - |
| YUV | 98.4 | 191.54 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 211 | 0.67 | 0.57 | 0 | 0.17 | 231.06 | 0.62 | 0.55 |
| Hex | 46 | 5B | D3 | 43 | 39 | 0 | 11 | E7 | 3E | 37 |
| Octal | 106 | 133 | 323 | 103 | 71 | 0 | 21 | 347 | 76 | 67 |
| Binary | 1000110 | 1011011 | 11010011 | 1000011 | 111001 | 0 | 10001 | 11100111 | 111110 | 110111 |
Color Harmonies of #465BD3
Complementary color
Monochromatic Colors of #465BD3
Black with #465BD3
Text Example
Text Example
White with #465BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465BD3; }
p { color: rgb(70,91,211); }
H1.HeaderClassName
{
color: #465BD3;
}
.AnyTagClassName
{
color: #465BD3;
}
</style>
background-color css
<style>
a { background-color: #465BD3; }
a { background-color: rgb(70,91,211); }
div.DivClassName
{
background-color: #465BD3;
}
.BgClassName
{
background-color: #465BD3;
}
</style>
border-color css
<style>
span { border-color: #465BD3; }
span { border-color: rgb(70,91,211); }
td.TdClassName
{
border-color: #465BD3;
}
.TagClassName
{
border-color: #465BD3;
}
</style>