#4E2471

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

Shades of Blue Diamond #4E2471

Tints of Blue Diamond #4E2471

Color information

#4E2471 (or 0x4E2471) is unknown color: approx Blue Diamond. HEX triplet: 4E, 24 and 71. RGB value is (78,36,113). Sum of RGB (Red+Green+Blue) = 78+36+113=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E2471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2471 is #B1DB8E. Grayscale: #393939. Windows color (decimal): -11656079 or 7414862. OLE color: 7414862.

HSL color Cylindrical-coordinate representation of color #4E2471: hue angle of 272.73º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E2471 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7836113-
CMYK0.310.6800.56
HSL272.73º51.68%29.22%-
HSV(B)272.73º68.14%44.31%-
XYZ6.754.0716.05-
YUV57.34159.41142.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.36%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=34.36%
G=15.86%
B=49.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78361130.310.6800.56272.7351.6829.22
Hex4E24711F44038111341d
Octal11644161371040704216435
Binary10011101001001110001111111000100011100010001000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,36,113); }

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

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

 a { background-color: rgb(78,36,113); }

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

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

 span { border-color: rgb(78,36,113); }

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