#4D296D

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

Shades of Blue Diamond #4D296D

Tints of Blue Diamond #4D296D

Color information

#4D296D (or 0x4D296D) is unknown color: approx Blue Diamond. HEX triplet: 4D, 29 and 6D. RGB value is (77,41,109). Sum of RGB (Red+Green+Blue) = 77+41+109=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D296D is #B2D692. Grayscale: #3B3B3B. Windows color (decimal): -11720339 or 7153997. OLE color: 7153997.

HSL color Cylindrical-coordinate representation of color #4D296D: hue angle of 271.76º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D296D is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7741109-
CMYK0.290.6200.57
HSL271.76º45.33%29.41%-
HSV(B)271.76º62.39%42.75%-
XYZ6.614.2714.94-
YUV59.52155.93140.47-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.92%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 109 (42.97% from 255) = 48.02%
R=33.92%
G=18.06%
B=48.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77411090.290.6200.57271.7645.3329.41
Hex4D296D1D3E0391102d1d
Octal1155115535760714205535
Binary1001101101001110110111101111110011100110001000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,41,109); }

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

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

 a { background-color: rgb(77,41,109); }

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

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

 span { border-color: rgb(77,41,109); }

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