#4E276D

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

Shades of Blue Diamond #4E276D

Tints of Blue Diamond #4E276D

Color information

#4E276D (or 0x4E276D) is unknown color: approx Blue Diamond. HEX triplet: 4E, 27 and 6D. RGB value is (78,39,109). Sum of RGB (Red+Green+Blue) = 78+39+109=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E276D is #B1D892. Grayscale: #3A3A3A. Windows color (decimal): -11655315 or 7153486. OLE color: 7153486.

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

Color convert

RGB7839109-
CMYK0.280.6400.57
HSL273.43º47.3%29.02%-
HSV(B)273.43º64.22%42.75%-
XYZ6.634.1714.92-
YUV58.64156.42141.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.51%
GREEN value IS 39 (15.62% from 255) = 17.26%
BLUE value IS 109 (42.97% from 255) = 48.23%
R=34.51%
G=17.26%
B=48.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal78391090.280.6400.57273.4347.329.02
Hex4E276D1C400391112f1d
Octal11647155341000714215735
Binary10011101001111101101111001000000011100110001000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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