#463bd7

Color #463BD7 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #463BD7

Tints of Free Speech Blue #463BD7

Color information

#463BD7 (or 0x463BD7) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3B and D7. RGB value is (70,59,215). Sum of RGB (Red+Green+Blue) = 70+59+215=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 215 (84.38% from 255 or 62.5% from 344); Max value from RGB is 215 - color contains mainly: blue. Hex color #463BD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BD7 is #B9C428. Grayscale: #4F4F4F. Windows color (decimal): -12174377 or 14105414. OLE color: 14105414.

HSL color Cylindrical-coordinate representation of color #463BD7: hue angle of 244.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #463BD7 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7059215-
CMYK0.670.7300.16
HSL244.23º66.1%53.73%-
HSV(B)244.23º72.56%84.31%-
XYZ16.369.3465.23-
YUV80.07204.14120.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 20.35%
GREEN value IS 59 (23.44% from 255) = 17.15%
BLUE value IS 215 (84.38% from 255) = 62.5%
R=20.35%
G=17.15%
B=62.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal70592150.670.7300.16244.2366.153.73
Hex463BD74349010f44236
Octal1067332710311102036410266
Binary10001101110111101011110000111001001010000111101001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463bd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463bd7; }

 p { color: rgb(70,59,215); }

 H1.HeaderClassName
 {
   color: #463bd7;
 }
 .AnyTagClassName
 {
   color: #463bd7;
 }
</style>
background-color css

<style>
 a { background-color: #463bd7; }

 a { background-color: rgb(70,59,215); }

 div.DivClassName
 {
   background-color: #463bd7;
 }
 .BgClassName
 {
   background-color: #463bd7;
 }
</style>
border-color css

<style>
 span { border-color: #463bd7; }

 span { border-color: rgb(70,59,215); }

 td.TdClassName
 {
   border-color: #463bd7;
 }
 .TagClassName
 {
   border-color: #463bd7;
 }
</style>