#4641D5

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

Shades of Free Speech Blue #4641D5

Tints of Free Speech Blue #4641D5

Color information

#4641D5 (or 0x4641D5) is unknown color: approx Free Speech Blue. HEX triplet: 46, 41 and D5. RGB value is (70,65,213). Sum of RGB (Red+Green+Blue) = 70+65+213=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 213 (83.59% from 255 or 61.21% from 348); Max value from RGB is 213 - color contains mainly: blue. Hex color #4641D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4641D5 is #B9BE2A. Grayscale: #525252. Windows color (decimal): -12172843 or 13975878. OLE color: 13975878.

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

Color convert

RGB7065213-
CMYK0.670.6900.16
HSL242.03º63.79%54.51%-
HSV(B)242.03º69.48%83.53%-
XYZ16.439.8963.99-
YUV83.37201.16118.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.11%
GREEN value IS 65 (25.78% from 255) = 18.68%
BLUE value IS 213 (83.59% from 255) = 61.21%
R=20.11%
G=18.68%
B=61.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal70652130.670.6900.16242.0363.7954.51
Hex4641D54345010f24037
Octal10610132510310502036210067
Binary100011010000011101010110000111000101010000111100101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4641D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4641D5; }

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

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

<style>
 a { background-color: #4641D5; }

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

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

<style>
 span { border-color: #4641D5; }

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

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