#4D299E

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

Shades of Blue Gem #4D299E

Tints of Blue Gem #4D299E

Color information

#4D299E (or 0x4D299E) is unknown color: approx Blue Gem. HEX triplet: 4D, 29 and 9E. RGB value is (77,41,158). Sum of RGB (Red+Green+Blue) = 77+41+158=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D299E is #B2D661. Grayscale: #404040. Windows color (decimal): -11720290 or 10365261. OLE color: 10365261.

HSL color Cylindrical-coordinate representation of color #4D299E: hue angle of 258.46º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D299E is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7741158-
CMYK0.510.7400.38
HSL258.46º58.79%39.02%-
HSV(B)258.46º74.05%61.96%-
XYZ10.035.6332.91-
YUV65.1180.43136.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.90%
GREEN value IS 41 (16.41% from 255) = 14.86%
BLUE value IS 158 (62.11% from 255) = 57.25%
R=27.90%
G=14.86%
B=57.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77411580.510.7400.38258.4658.7939.02
Hex4D299E334A0261023b27
Octal11551236631120464027347
Binary10011011010011001111011001110010100100110100000010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,41,158); }

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

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

 a { background-color: rgb(77,41,158); }

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

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

 span { border-color: rgb(77,41,158); }

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