#4D296B

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

Shades of Blue Diamond #4D296B

Tints of Blue Diamond #4D296B

Color information

#4D296B (or 0x4D296B) is unknown color: approx Blue Diamond. HEX triplet: 4D, 29 and 6B. RGB value is (77,41,107). Sum of RGB (Red+Green+Blue) = 77+41+107=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D296B is #B2D694. Grayscale: #3B3B3B. Windows color (decimal): -11720341 or 7022925. OLE color: 7022925.

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

Color convert

RGB7741107-
CMYK0.280.6200.58
HSL272.73º44.59%29.02%-
HSV(B)272.73º61.68%41.96%-
XYZ6.514.2314.38-
YUV59.29154.93140.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.22%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=34.22%
G=18.22%
B=47.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77411070.280.6200.58272.7344.5929.02
Hex4D296B1C3E03A1112d1d
Octal1155115334760724215535
Binary1001101101001110101111100111110011101010001000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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