#4D266E

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

Shades of Blue Diamond #4D266E

Tints of Blue Diamond #4D266E

Color information

#4D266E (or 0x4D266E) is unknown color: approx Blue Diamond. HEX triplet: 4D, 26 and 6E. RGB value is (77,38,110). Sum of RGB (Red+Green+Blue) = 77+38+110=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D266E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D266E is #B2D991. Grayscale: #393939. Windows color (decimal): -11721106 or 7218765. OLE color: 7218765.

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

Color convert

RGB7738110-
CMYK0.30.6500.57
HSL272.5º48.65%29.02%-
HSV(B)272.5º65.45%43.14%-
XYZ6.574.0915.2-
YUV57.87157.42141.65-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.22%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=34.22%
G=16.89%
B=48.89%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77381100.30.6500.57272.548.6529.02
Hex4D266E1E41039110311d
Octal11546156361010714206135
Binary10011011001101101110111101000001011100110001000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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