#463ED5

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

Shades of Free Speech Blue #463ED5

Tints of Free Speech Blue #463ED5

Color information

#463ED5 (or 0x463ED5) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3E and D5. RGB value is (70,62,213). Sum of RGB (Red+Green+Blue) = 70+62+213=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 213 (83.59% from 255 or 61.74% from 345); Max value from RGB is 213 - color contains mainly: blue. Hex color #463ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463ED5 is #B9C12A. Grayscale: #515151. Windows color (decimal): -12173611 or 13975110. OLE color: 13975110.

HSL color Cylindrical-coordinate representation of color #463ED5: hue angle of 243.18º degrees, saturation: 0.64, 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 #463ED5 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7062213-
CMYK0.670.7100.16
HSL243.18º64.26%53.92%-
HSV(B)243.18º70.89%83.53%-
XYZ16.269.5563.94-
YUV81.61202.15119.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.29%
GREEN value IS 62 (24.61% from 255) = 17.97%
BLUE value IS 213 (83.59% from 255) = 61.74%
R=20.29%
G=17.97%
B=61.74%

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
Decimal70622130.670.7100.16243.1864.2653.92
Hex463ED54347010f34036
Octal1067632510310702036310066
Binary10001101111101101010110000111000111010000111100111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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