#4F46AE

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

Shades of Rich Blue #4F46AE

Tints of Rich Blue #4F46AE

Color information

#4F46AE (or 0x4F46AE) is unknown color: approx Rich Blue. HEX triplet: 4F, 46 and AE. RGB value is (79,70,174). Sum of RGB (Red+Green+Blue) = 79+70+174=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F46AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F46AE is #B0B951. Grayscale: #545454. Windows color (decimal): -11581778 or 11421263. OLE color: 11421263.

HSL color Cylindrical-coordinate representation of color #4F46AE: hue angle of 245.19º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F46AE is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7970174-
CMYK0.550.6000.32
HSL245.19º42.62%47.84%-
HSV(B)245.19º59.77%68.24%-
XYZ13.059.141.11-
YUV84.55178.48124.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.46%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=24.46%
G=21.67%
B=53.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal79701740.550.6000.32245.1942.6247.84
Hex4F46AE373C020f52b30
Octal11710625667740403655360
Binary1001111100011010101110110111111100010000011110101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F46AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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