#4F40BA

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

Shades of Rich Blue #4F40BA

Tints of Rich Blue #4F40BA

Color information

#4F40BA (or 0x4F40BA) is unknown color: approx Rich Blue. HEX triplet: 4F, 40 and BA. RGB value is (79,64,186). Sum of RGB (Red+Green+Blue) = 79+64+186=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F40BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F40BA is #B0BF45. Grayscale: #515151. Windows color (decimal): -11583302 or 12206159. OLE color: 12206159.

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

Color convert

RGB7964186-
CMYK0.580.6600.27
HSL247.38º48.8%49.02%-
HSV(B)247.38º65.59%72.94%-
XYZ13.928.8747.43-
YUV82.39186.47125.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.01%
GREEN value IS 64 (25.39% from 255) = 19.45%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=24.01%
G=19.45%
B=56.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79641860.580.6600.27247.3848.849.02
Hex4F40BA3A4201Bf73131
Octal117100272721020333676161
Binary1001111100000010111010111010100001001101111110111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F40BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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