#4E2C6E

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

Shades of Blue Diamond #4E2C6E

Tints of Blue Diamond #4E2C6E

Color information

#4E2C6E (or 0x4E2C6E) is unknown color: approx Blue Diamond. HEX triplet: 4E, 2C and 6E. RGB value is (78,44,110). Sum of RGB (Red+Green+Blue) = 78+44+110=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E2C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2C6E is #B1D391. Grayscale: #3D3D3D. Windows color (decimal): -11654034 or 7220302. OLE color: 7220302.

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

Color convert

RGB7844110-
CMYK0.290.600.57
HSL270.91º42.86%30.2%-
HSV(B)270.91º60%43.14%-
XYZ6.864.5515.27-
YUV61.69155.26139.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.62%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=33.62%
G=18.97%
B=47.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal78441100.290.600.57270.9142.8630.2
Hex4E2C6E1D3C03910f2b1e
Octal1165415635740714175336
Binary1001110101100110111011101111100011100110000111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,44,110); }

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

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

 a { background-color: rgb(78,44,110); }

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

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

 span { border-color: rgb(78,44,110); }

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