#4D429B

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

Shades of Blue Gem #4D429B

Tints of Blue Gem #4D429B

Color information

#4D429B (or 0x4D429B) is unknown color: approx Blue Gem. HEX triplet: 4D, 42 and 9B. RGB value is (77,66,155). Sum of RGB (Red+Green+Blue) = 77+66+155=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D429B is #B2BD64. Grayscale: #4F4F4F. Windows color (decimal): -11713893 or 10175053. OLE color: 10175053.

HSL color Cylindrical-coordinate representation of color #4D429B: hue angle of 247.42º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D429B is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7766155-
CMYK0.500.5700.39
HSL247.42º40.27%43.33%-
HSV(B)247.42º57.42%60.78%-
XYZ10.937.8431.95-
YUV79.44170.64126.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.84%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 155 (60.94% from 255) = 52.01%
R=25.84%
G=22.15%
B=52.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal77661550.500.5700.39247.4240.2743.33
Hex4D429B3239027f7282b
Octal11510223362710473675053
Binary1001101100001010011011110010111001010011111110111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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