#4D2D78

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

Shades of Blue Diamond #4D2D78

Tints of Blue Diamond #4D2D78

Color information

#4D2D78 (or 0x4D2D78) is unknown color: approx Blue Diamond. HEX triplet: 4D, 2D and 78. RGB value is (77,45,120). Sum of RGB (Red+Green+Blue) = 77+45+120=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D2D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2D78 is #B2D287. Grayscale: #3E3E3E. Windows color (decimal): -11719304 or 7875917. OLE color: 7875917.

HSL color Cylindrical-coordinate representation of color #4D2D78: hue angle of 265.6º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D2D78 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7745120-
CMYK0.360.6300.53
HSL265.6º45.45%32.35%-
HSV(B)265.6º62.5%47.06%-
XYZ7.394.8118.31-
YUV63.12160.1137.9-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.82%
GREEN value IS 45 (17.97% from 255) = 18.60%
BLUE value IS 120 (47.27% from 255) = 49.59%
R=31.82%
G=18.60%
B=49.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal77451200.360.6300.53265.645.4532.35
Hex4D2D78243F03510a2d20
Octal1155517044770654125540
Binary100110110110111110001001001111110110101100001010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,45,120); }

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

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

 a { background-color: rgb(77,45,120); }

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

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

 span { border-color: rgb(77,45,120); }

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