#4F40BE

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

Shades of Rich Blue #4F40BE

Tints of Rich Blue #4F40BE

Color information

#4F40BE (or 0x4F40BE) is unknown color: approx Rich Blue. HEX triplet: 4F, 40 and BE. RGB value is (79,64,190). Sum of RGB (Red+Green+Blue) = 79+64+190=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F40BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F40BE is #B0BF41. Grayscale: #525252. Windows color (decimal): -11583298 or 12468303. OLE color: 12468303.

HSL color Cylindrical-coordinate representation of color #4F40BE: hue angle of 247.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F40BE is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7964190-
CMYK0.580.6600.25
HSL247.14º49.61%49.8%-
HSV(B)247.14º66.32%74.51%-
XYZ14.359.0549.7-
YUV82.85188.47125.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.72%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=23.72%
G=19.22%
B=57.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79641900.580.6600.25247.1449.6149.8
Hex4F40BE3A42019f73232
Octal117100276721020313676262
Binary1001111100000010111110111010100001001100111110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F40BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,64,190); }

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

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

 a { background-color: rgb(79,64,190); }

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

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

 span { border-color: rgb(79,64,190); }

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