#4E3170

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

Shades of Blue Diamond #4E3170

Tints of Blue Diamond #4E3170

Color information

#4E3170 (or 0x4E3170) is unknown color: approx Blue Diamond. HEX triplet: 4E, 31 and 70. RGB value is (78,49,112). Sum of RGB (Red+Green+Blue) = 78+49+112=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E3170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3170 is #B1CE8F. Grayscale: #404040. Windows color (decimal): -11652752 or 7352654. OLE color: 7352654.

HSL color Cylindrical-coordinate representation of color #4E3170: hue angle of 267.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E3170 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7849112-
CMYK0.300.5600.56
HSL267.62º39.13%31.57%-
HSV(B)267.62º56.25%43.92%-
XYZ7.164.9915.91-
YUV64.85154.61137.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.64%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=32.64%
G=20.50%
B=46.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78491120.300.5600.56267.6239.1331.57
Hex4E31701E3803810c2720
Octal1166116036700704144740
Binary10011101100011110000111101110000111000100001100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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