#4E266D

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

Shades of Blue Diamond #4E266D

Tints of Blue Diamond #4E266D

Color information

#4E266D (or 0x4E266D) is unknown color: approx Blue Diamond. HEX triplet: 4E, 26 and 6D. RGB value is (78,38,109). Sum of RGB (Red+Green+Blue) = 78+38+109=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E266D is #B1D992. Grayscale: #393939. Windows color (decimal): -11655571 or 7153230. OLE color: 7153230.

HSL color Cylindrical-coordinate representation of color #4E266D: hue angle of 273.8º degrees, saturation: 0.48, 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 #4E266D is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7838109-
CMYK0.280.6500.57
HSL273.8º48.3%28.82%-
HSV(B)273.8º65.14%42.75%-
XYZ6.64.1114.91-
YUV58.05156.75142.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=34.67%
G=16.89%
B=48.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal78381090.280.6500.57273.848.328.82
Hex4E266D1C41039112301d
Octal11646155341010714226035
Binary10011101001101101101111001000001011100110001001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,38,109); }

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

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

 a { background-color: rgb(78,38,109); }

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

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

 span { border-color: rgb(78,38,109); }

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