#4F41AE

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

Shades of Rich Blue #4F41AE

Tints of Rich Blue #4F41AE

Color information

#4F41AE (or 0x4F41AE) is unknown color: approx Rich Blue. HEX triplet: 4F, 41 and AE. RGB value is (79,65,174). Sum of RGB (Red+Green+Blue) = 79+65+174=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F41AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F41AE is #B0BE51. Grayscale: #515151. Windows color (decimal): -11583058 or 11419983. OLE color: 11419983.

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

Color convert

RGB7965174-
CMYK0.550.6300.32
HSL247.71º45.61%46.86%-
HSV(B)247.71º62.64%68.24%-
XYZ12.758.541.01-
YUV81.61180.14126.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.84%
GREEN value IS 65 (25.78% from 255) = 20.44%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=24.84%
G=20.44%
B=54.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal79651740.550.6300.32247.7145.6146.86
Hex4F41AE373F020f82e2f
Octal11710125667770403705657
Binary1001111100000110101110110111111111010000011111000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F41AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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