#463ED6

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

Shades of Free Speech Blue #463ED6

Tints of Free Speech Blue #463ED6

Color information

#463ED6 (or 0x463ED6) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3E and D6. RGB value is (70,62,214). Sum of RGB (Red+Green+Blue) = 70+62+214=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 214 (83.98% from 255 or 61.85% from 346); Max value from RGB is 214 - color contains mainly: blue. Hex color #463ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463ED6 is #B9C129. Grayscale: #515151. Windows color (decimal): -12173610 or 14040646. OLE color: 14040646.

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

Color convert

RGB7062214-
CMYK0.670.7100.16
HSL243.16º64.96%54.12%-
HSV(B)243.16º71.03%83.92%-
XYZ16.399.664.61-
YUV81.72202.65119.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 214 (83.98% from 255) = 61.85%
R=20.23%
G=17.92%
B=61.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal70622140.670.7100.16243.1664.9654.12
Hex463ED64347010f34136
Octal1067632610310702036310166
Binary10001101111101101011010000111000111010000111100111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,62,214); }

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

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

 a { background-color: rgb(70,62,214); }

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

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

 span { border-color: rgb(70,62,214); }

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