#4D2576

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

Shades of Blue Diamond #4D2576

Tints of Blue Diamond #4D2576

Color information

#4D2576 (or 0x4D2576) is unknown color: approx Blue Diamond. HEX triplet: 4D, 25 and 76. RGB value is (77,37,118). Sum of RGB (Red+Green+Blue) = 77+37+118=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D2576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2576 is #B2DA89. Grayscale: #393939. Windows color (decimal): -11721354 or 7742797. OLE color: 7742797.

HSL color Cylindrical-coordinate representation of color #4D2576: hue angle of 269.63º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D2576 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7737118-
CMYK0.350.6900.54
HSL269.63º52.26%30.39%-
HSV(B)269.63º68.64%46.27%-
XYZ6.994.2117.58-
YUV58.19161.75141.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.19%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=33.19%
G=15.95%
B=50.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77371180.350.6900.54269.6352.2630.39
Hex4D2576234503610e341e
Octal11545166431050664166436
Binary100110110010111101101000111000101011011010000111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,37,118); }

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

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

 a { background-color: rgb(77,37,118); }

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

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

 span { border-color: rgb(77,37,118); }

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