#4D429F

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

Shades of Blue Gem #4D429F

Tints of Blue Gem #4D429F

Color information

#4D429F (or 0x4D429F) is unknown color: approx Blue Gem. HEX triplet: 4D, 42 and 9F. RGB value is (77,66,159). Sum of RGB (Red+Green+Blue) = 77+66+159=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D429F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D429F is #B2BD60. Grayscale: #4F4F4F. Windows color (decimal): -11713889 or 10437197. OLE color: 10437197.

HSL color Cylindrical-coordinate representation of color #4D429F: hue angle of 247.1º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D429F is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7766159-
CMYK0.520.5800.38
HSL247.1º41.33%44.12%-
HSV(B)247.1º58.49%62.35%-
XYZ11.277.9833.75-
YUV79.89172.64125.94-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.50%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 159 (62.5% from 255) = 52.65%
R=25.50%
G=21.85%
B=52.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77661590.520.5800.38247.141.3344.12
Hex4D429F343A026f7292c
Octal11510223764720463675154
Binary1001101100001010011111110100111010010011011110111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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