#4640d5

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

Shades of Free Speech Blue #4640D5

Tints of Free Speech Blue #4640D5

Color information

#4640D5 (or 0x4640D5) is unknown color: approx Free Speech Blue. HEX triplet: 46, 40 and D5. RGB value is (70,64,213). Sum of RGB (Red+Green+Blue) = 70+64+213=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 213 (83.59% from 255 or 61.38% from 347); Max value from RGB is 213 - color contains mainly: blue. Hex color #4640D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4640D5 is #B9BF2A. Grayscale: #525252. Windows color (decimal): -12173099 or 13975622. OLE color: 13975622.

HSL color Cylindrical-coordinate representation of color #4640D5: hue angle of 242.42º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4640D5 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7064213-
CMYK0.670.7000.16
HSL242.42º63.95%54.31%-
HSV(B)242.42º69.95%83.53%-
XYZ16.379.7763.97-
YUV82.78201.49118.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.17%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 213 (83.59% from 255) = 61.38%
R=20.17%
G=18.44%
B=61.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal70642130.670.7000.16242.4263.9554.31
Hex4640D54346010f24036
Octal10610032510310602036210066
Binary100011010000001101010110000111000110010000111100101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4640d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4640d5; }

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

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

<style>
 a { background-color: #4640d5; }

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

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

<style>
 span { border-color: #4640d5; }

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

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