#4D4399

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

Shades of Blue Gem #4D4399

Tints of Blue Gem #4D4399

Color information

#4D4399 (or 0x4D4399) is unknown color: approx Blue Gem. HEX triplet: 4D, 43 and 99. RGB value is (77,67,153). Sum of RGB (Red+Green+Blue) = 77+67+153=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D4399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4399 is #B2BC66. Grayscale: #4F4F4F. Windows color (decimal): -11713639 or 10044237. OLE color: 10044237.

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

Color convert

RGB7767153-
CMYK0.500.5600.4
HSL246.98º39.09%43.14%-
HSV(B)246.98º56.21%60%-
XYZ10.827.8931.09-
YUV79.79169.31126.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.93%
GREEN value IS 67 (26.56% from 255) = 22.56%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=25.93%
G=22.56%
B=51.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal77671530.500.5600.4246.9839.0943.14
Hex4D43993238028f7272b
Octal11510323162700503674753
Binary1001101100001110011001110010111000010100011110111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,67,153); }

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

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

 a { background-color: rgb(77,67,153); }

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

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

 span { border-color: rgb(77,67,153); }

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