#4F4EBA

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

Shades of Rich Blue #4F4EBA

Tints of Rich Blue #4F4EBA

Color information

#4F4EBA (or 0x4F4EBA) is unknown color: approx Rich Blue. HEX triplet: 4F, 4E and BA. RGB value is (79,78,186). Sum of RGB (Red+Green+Blue) = 79+78+186=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F4EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4EBA is #B0B145. Grayscale: #5A5A5A. Windows color (decimal): -11579718 or 12209743. OLE color: 12209743.

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

Color convert

RGB7978186-
CMYK0.580.5800.27
HSL240.56º43.9%51.76%-
HSV(B)240.56º58.06%72.94%-
XYZ14.8110.6647.73-
YUV90.61181.83119.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.03%
GREEN value IS 78 (30.86% from 255) = 22.74%
BLUE value IS 186 (73.05% from 255) = 54.23%
R=23.03%
G=22.74%
B=54.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79781860.580.5800.27240.5643.951.76
Hex4F4EBA3A3A01Bf12c34
Octal11711627272720333615464
Binary100111110011101011101011101011101001101111110001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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