#4D2E94

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

Shades of Blue Gem #4D2E94

Tints of Blue Gem #4D2E94

Color information

#4D2E94 (or 0x4D2E94) is unknown color: approx Blue Gem. HEX triplet: 4D, 2E and 94. RGB value is (77,46,148). Sum of RGB (Red+Green+Blue) = 77+46+148=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D2E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2E94 is #B2D16B. Grayscale: #424242. Windows color (decimal): -11719020 or 9711181. OLE color: 9711181.

HSL color Cylindrical-coordinate representation of color #4D2E94: hue angle of 258.24º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D2E94 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7746148-
CMYK0.480.6900.42
HSL258.24º52.58%38.04%-
HSV(B)258.24º68.92%58.04%-
XYZ9.385.6728.62-
YUV66.9173.77135.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.41%
GREEN value IS 46 (18.36% from 255) = 16.97%
BLUE value IS 148 (58.20% from 255) = 54.61%
R=28.41%
G=16.97%
B=54.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77461480.480.6900.42258.2452.5838.04
Hex4D2E94304502A1023526
Octal11556224601050524026546
Binary10011011011101001010011000010001010101010100000010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,46,148); }

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

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

 a { background-color: rgb(77,46,148); }

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

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

 span { border-color: rgb(77,46,148); }

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