#4E3165

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

Shades of Blue Diamond #4E3165

Tints of Blue Diamond #4E3165

Color information

#4E3165 (or 0x4E3165) is unknown color: approx Blue Diamond. HEX triplet: 4E, 31 and 65. RGB value is (78,49,101). Sum of RGB (Red+Green+Blue) = 78+49+101=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E3165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3165 is #B1CE9A. Grayscale: #3F3F3F. Windows color (decimal): -11652763 or 6631758. OLE color: 6631758.

HSL color Cylindrical-coordinate representation of color #4E3165: hue angle of 273.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E3165 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7849101-
CMYK0.230.5100.60
HSL273.46º34.67%29.41%-
HSV(B)273.46º51.49%39.61%-
XYZ6.594.7612.88-
YUV63.6149.11138.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.21%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=34.21%
G=21.49%
B=44.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal78491010.230.5100.60273.4634.6729.41
Hex4E3165173303C111231d
Octal1166114527630744214335
Binary1001110110001110010110111110011011110010001000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,49,101); }

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

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

 a { background-color: rgb(78,49,101); }

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

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

 span { border-color: rgb(78,49,101); }

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