#4E3FBD

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

Shades of Rich Blue #4E3FBD

Tints of Rich Blue #4E3FBD

Color information

#4E3FBD (or 0x4E3FBD) is unknown color: approx Rich Blue. HEX triplet: 4E, 3F and BD. RGB value is (78,63,189). Sum of RGB (Red+Green+Blue) = 78+63+189=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E3FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3FBD is #B1C042. Grayscale: #515151. Windows color (decimal): -11649091 or 12402510. OLE color: 12402510.

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

Color convert

RGB7863189-
CMYK0.590.6700.26
HSL247.14º50%49.41%-
HSV(B)247.14º66.67%74.12%-
XYZ14.18.8549.11-
YUV81.85188.47125.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.64%
GREEN value IS 63 (25% from 255) = 19.09%
BLUE value IS 189 (74.22% from 255) = 57.27%
R=23.64%
G=19.09%
B=57.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal78631890.590.6700.26247.145049.41
Hex4E3FBD3B4301Af73231
Octal11677275731030323676261
Binary100111011111110111101111011100001101101011110111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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