#4A40BE

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

Shades of Free Speech Blue #4A40BE

Tints of Free Speech Blue #4A40BE

Color information

#4A40BE (or 0x4A40BE) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 40 and BE. RGB value is (74,64,190). Sum of RGB (Red+Green+Blue) = 74+64+190=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A40BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A40BE is #B5BF41. Grayscale: #505050. Windows color (decimal): -11910978 or 12468298. OLE color: 12468298.

HSL color Cylindrical-coordinate representation of color #4A40BE: hue angle of 244.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A40BE is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7464190-
CMYK0.610.6600.25
HSL244.76º49.61%49.8%-
HSV(B)244.76º66.32%74.51%-
XYZ13.958.8449.69-
YUV81.35189.31122.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.56%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 190 (74.61% from 255) = 57.93%
R=22.56%
G=19.51%
B=57.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74641900.610.6600.25244.7649.6149.8
Hex4A40BE3D42019f53232
Octal112100276751020313656262
Binary1001010100000010111110111101100001001100111110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A40BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A40BE; }

 p { color: rgb(74,64,190); }

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

<style>
 a { background-color: #4A40BE; }

 a { background-color: rgb(74,64,190); }

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

<style>
 span { border-color: #4A40BE; }

 span { border-color: rgb(74,64,190); }

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