#4F41B6

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

Shades of Rich Blue #4F41B6

Tints of Rich Blue #4F41B6

Color information

#4F41B6 (or 0x4F41B6) is unknown color: approx Rich Blue. HEX triplet: 4F, 41 and B6. RGB value is (79,65,182). Sum of RGB (Red+Green+Blue) = 79+65+182=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 182 (71.48% from 255 or 55.83% from 326); Max value from RGB is 182 - color contains mainly: blue. Hex color #4F41B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F41B6 is #B0BE49. Grayscale: #525252. Windows color (decimal): -11583050 or 11944271. OLE color: 11944271.

HSL color Cylindrical-coordinate representation of color #4F41B6: hue angle of 247.18º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F41B6 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7965182-
CMYK0.570.6400.29
HSL247.18º47.37%48.43%-
HSV(B)247.18º64.29%71.37%-
XYZ13.568.8245.24-
YUV82.52184.14125.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.23%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 182 (71.48% from 255) = 55.83%
R=24.23%
G=19.94%
B=55.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal79651820.570.6400.29247.1847.3748.43
Hex4F41B6394001Df72f30
Octal117101266711000353675760
Binary1001111100000110110110111001100000001110111110111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F41B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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