#4F41AC

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

Shades of Rich Blue #4F41AC

Tints of Rich Blue #4F41AC

Color information

#4F41AC (or 0x4F41AC) is unknown color: approx Rich Blue. HEX triplet: 4F, 41 and AC. RGB value is (79,65,172). Sum of RGB (Red+Green+Blue) = 79+65+172=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F41AC is #B0BE53. Grayscale: #505050. Windows color (decimal): -11583060 or 11288911. OLE color: 11288911.

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

Color convert

RGB7965172-
CMYK0.540.6200.33
HSL247.85º45.15%46.47%-
HSV(B)247.85º62.21%67.45%-
XYZ12.568.4239.99-
YUV81.38179.14126.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25%
GREEN value IS 65 (25.78% from 255) = 20.57%
BLUE value IS 172 (67.58% from 255) = 54.43%
R=25%
G=20.57%
B=54.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79651720.540.6200.33247.8545.1546.47
Hex4F41AC363E021f82d2e
Octal11710125466760413705556
Binary1001111100000110101100110110111110010000111111000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F41AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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