#4D299F

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

Shades of Blue Gem #4D299F

Tints of Blue Gem #4D299F

Color information

#4D299F (or 0x4D299F) is unknown color: approx Blue Gem. HEX triplet: 4D, 29 and 9F. RGB value is (77,41,159). Sum of RGB (Red+Green+Blue) = 77+41+159=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D299F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D299F is #B2D660. Grayscale: #404040. Windows color (decimal): -11720289 or 10430797. OLE color: 10430797.

HSL color Cylindrical-coordinate representation of color #4D299F: hue angle of 258.31º 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 #4D299F is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7741159-
CMYK0.520.7400.38
HSL258.31º59%39.22%-
HSV(B)258.31º74.21%62.35%-
XYZ10.115.6733.36-
YUV65.22180.93136.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.80%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 159 (62.5% from 255) = 57.40%
R=27.80%
G=14.80%
B=57.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77411590.520.7400.38258.315939.22
Hex4D299F344A0261023b27
Octal11551237641120464027347
Binary10011011010011001111111010010010100100110100000010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D299F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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