#4E3FBE

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

Shades of Rich Blue #4E3FBE

Tints of Rich Blue #4E3FBE

Color information

#4E3FBE (or 0x4E3FBE) is unknown color: approx Rich Blue. HEX triplet: 4E, 3F and BE. RGB value is (78,63,190). Sum of RGB (Red+Green+Blue) = 78+63+190=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E3FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3FBE is #B1C041. Grayscale: #515151. Windows color (decimal): -11649090 or 12468046. OLE color: 12468046.

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

Color convert

RGB7863190-
CMYK0.590.6700.25
HSL247.09º50.2%49.61%-
HSV(B)247.09º66.84%74.51%-
XYZ14.218.8949.68-
YUV81.96188.97125.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.56%
GREEN value IS 63 (25% from 255) = 19.03%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=23.56%
G=19.03%
B=57.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78631900.590.6700.25247.0950.249.61
Hex4E3FBE3B43019f73232
Octal11677276731030313676262
Binary100111011111110111110111011100001101100111110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,63,190); }

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

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

 a { background-color: rgb(78,63,190); }

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

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

 span { border-color: rgb(78,63,190); }

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