#4F47AC

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

Shades of Rich Blue #4F47AC

Tints of Rich Blue #4F47AC

Color information

#4F47AC (or 0x4F47AC) is unknown color: approx Rich Blue. HEX triplet: 4F, 47 and AC. RGB value is (79,71,172). Sum of RGB (Red+Green+Blue) = 79+71+172=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F47AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F47AC is #B0B853. Grayscale: #545454. Windows color (decimal): -11581524 or 11290447. OLE color: 11290447.

HSL color Cylindrical-coordinate representation of color #4F47AC: hue angle of 244.75º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F47AC is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7971172-
CMYK0.540.5900.33
HSL244.75º41.56%47.65%-
HSV(B)244.75º58.72%67.45%-
XYZ12.929.1540.11-
YUV84.91177.15123.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.53%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 172 (67.58% from 255) = 53.42%
R=24.53%
G=22.05%
B=53.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79711720.540.5900.33244.7541.5647.65
Hex4F47AC363B021f52a30
Octal11710725466730413655260
Binary1001111100011110101100110110111011010000111110101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F47AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,71,172); }

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

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

 a { background-color: rgb(79,71,172); }

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

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

 span { border-color: rgb(79,71,172); }

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