#4F3EAE

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

Shades of Rich Blue #4F3EAE

Tints of Rich Blue #4F3EAE

Color information

#4F3EAE (or 0x4F3EAE) is unknown color: approx Rich Blue. HEX triplet: 4F, 3E and AE. RGB value is (79,62,174). Sum of RGB (Red+Green+Blue) = 79+62+174=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F3EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3EAE is #B0C151. Grayscale: #4F4F4F. Windows color (decimal): -11583826 or 11419215. OLE color: 11419215.

HSL color Cylindrical-coordinate representation of color #4F3EAE: hue angle of 249.11º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F3EAE is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7962174-
CMYK0.550.6400.32
HSL249.11º47.46%46.27%-
HSV(B)249.11º64.37%68.24%-
XYZ12.598.1640.96-
YUV79.85181.13127.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.08%
GREEN value IS 62 (24.61% from 255) = 19.68%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=25.08%
G=19.68%
B=55.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal79621740.550.6400.32249.1147.4646.27
Hex4F3EAE3740020f92f2e
Octal11776256671000403715756
Binary1001111111110101011101101111000000010000011111001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,62,174); }

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

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

 a { background-color: rgb(79,62,174); }

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

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

 span { border-color: rgb(79,62,174); }

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