#4F44AE

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

Shades of Rich Blue #4F44AE

Tints of Rich Blue #4F44AE

Color information

#4F44AE (or 0x4F44AE) is unknown color: approx Rich Blue. HEX triplet: 4F, 44 and AE. RGB value is (79,68,174). Sum of RGB (Red+Green+Blue) = 79+68+174=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F44AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F44AE is #B0BB51. Grayscale: #525252. Windows color (decimal): -11582290 or 11420751. OLE color: 11420751.

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

Color convert

RGB7968174-
CMYK0.550.6100.32
HSL246.23º43.8%47.45%-
HSV(B)246.23º60.92%68.24%-
XYZ12.938.8541.07-
YUV83.37179.14124.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.61%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 174 (68.36% from 255) = 54.21%
R=24.61%
G=21.18%
B=54.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal79681740.550.6100.32246.2343.847.45
Hex4F44AE373D020f62c2f
Octal11710425667750403665457
Binary1001111100010010101110110111111101010000011110110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F44AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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