#4D266B

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

Shades of Blue Diamond #4D266B

Tints of Blue Diamond #4D266B

Color information

#4D266B (or 0x4D266B) is unknown color: approx Blue Diamond. HEX triplet: 4D, 26 and 6B. RGB value is (77,38,107). Sum of RGB (Red+Green+Blue) = 77+38+107=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D266B is #B2D994. Grayscale: #393939. Windows color (decimal): -11721109 or 7022157. OLE color: 7022157.

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

Color convert

RGB7738107-
CMYK0.280.6400.58
HSL273.91º47.59%28.43%-
HSV(B)273.91º64.49%41.96%-
XYZ6.414.0314.35-
YUV57.53155.92141.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.68%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=34.68%
G=17.12%
B=48.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77381070.280.6400.58273.9147.5928.43
Hex4D266B1C4003A112301c
Octal11546153341000724226034
Binary10011011001101101011111001000000011101010001001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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