#4E2B6C

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

Shades of Blue Diamond #4E2B6C

Tints of Blue Diamond #4E2B6C

Color information

#4E2B6C (or 0x4E2B6C) is unknown color: approx Blue Diamond. HEX triplet: 4E, 2B and 6C. RGB value is (78,43,108). Sum of RGB (Red+Green+Blue) = 78+43+108=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E2B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2B6C is #B1D493. Grayscale: #3C3C3C. Windows color (decimal): -11654292 or 7088974. OLE color: 7088974.

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

Color convert

RGB7843108-
CMYK0.280.6000.58
HSL272.31º43.05%29.61%-
HSV(B)272.31º60.19%42.35%-
XYZ6.714.4314.69-
YUV60.88154.6140.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.06%
GREEN value IS 43 (17.19% from 255) = 18.78%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=34.06%
G=18.78%
B=47.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78431080.280.6000.58272.3143.0529.61
Hex4E2B6C1C3C03A1102b1e
Octal1165315434740724205336
Binary1001110101011110110011100111100011101010001000010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,43,108); }

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

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

 a { background-color: rgb(78,43,108); }

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

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

 span { border-color: rgb(78,43,108); }

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