#4D2876

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

Shades of Blue Diamond #4D2876

Tints of Blue Diamond #4D2876

Color information

#4D2876 (or 0x4D2876) is unknown color: approx Blue Diamond. HEX triplet: 4D, 28 and 76. RGB value is (77,40,118). Sum of RGB (Red+Green+Blue) = 77+40+118=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D2876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2876 is #B2D789. Grayscale: #3B3B3B. Windows color (decimal): -11720586 or 7743565. OLE color: 7743565.

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

Color convert

RGB7740118-
CMYK0.350.6600.54
HSL268.46º49.37%30.98%-
HSV(B)268.46º66.1%46.27%-
XYZ7.094.417.62-
YUV59.96160.76140.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.77%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=32.77%
G=17.02%
B=50.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77401180.350.6600.54268.4649.3730.98
Hex4D2876234203610c311f
Octal11550166431020664146137
Binary100110110100011101101000111000010011011010000110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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