#4D3EBA

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

Shades of Rich Blue #4D3EBA

Tints of Rich Blue #4D3EBA

Color information

#4D3EBA (or 0x4D3EBA) is unknown color: approx Rich Blue. HEX triplet: 4D, 3E and BA. RGB value is (77,62,186). Sum of RGB (Red+Green+Blue) = 77+62+186=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3EBA is #B2C145. Grayscale: #505050. Windows color (decimal): -11714886 or 12205645. OLE color: 12205645.

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

Color convert

RGB7762186-
CMYK0.590.6700.27
HSL247.26º50%48.63%-
HSV(B)247.26º66.67%72.94%-
XYZ13.658.5747.39-
YUV80.62187.47125.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.69%
GREEN value IS 62 (24.61% from 255) = 19.08%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=23.69%
G=19.08%
B=57.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal77621860.590.6700.27247.265048.63
Hex4D3EBA3B4301Bf73231
Octal11576272731030333676261
Binary100110111111010111010111011100001101101111110111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,62,186); }

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

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

 a { background-color: rgb(77,62,186); }

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

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

 span { border-color: rgb(77,62,186); }

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