#4E3372

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

Shades of Blue Diamond #4E3372

Tints of Blue Diamond #4E3372

Color information

#4E3372 (or 0x4E3372) is unknown color: approx Blue Diamond. HEX triplet: 4E, 33 and 72. RGB value is (78,51,114). Sum of RGB (Red+Green+Blue) = 78+51+114=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E3372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3372 is #B1CC8D. Grayscale: #424242. Windows color (decimal): -11652238 or 7484238. OLE color: 7484238.

HSL color Cylindrical-coordinate representation of color #4E3372: hue angle of 265.71º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E3372 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7851114-
CMYK0.320.5500.55
HSL265.71º38.18%32.35%-
HSV(B)265.71º55.26%44.71%-
XYZ7.365.216.54-
YUV66.26154.95136.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.10%
GREEN value IS 51 (20.31% from 255) = 20.99%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=32.10%
G=20.99%
B=46.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78511140.320.5500.55265.7138.1832.35
Hex4E3372203703710a2620
Octal1166316240670674124640
Binary100111011001111100101000001101110110111100001010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,51,114); }

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

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

 a { background-color: rgb(78,51,114); }

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

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

 span { border-color: rgb(78,51,114); }

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