#4E317B

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

Shades of Blue Diamond #4E317B

Tints of Blue Diamond #4E317B

Color information

#4E317B (or 0x4E317B) is unknown color: approx Blue Diamond. HEX triplet: 4E, 31 and 7B. RGB value is (78,49,123). Sum of RGB (Red+Green+Blue) = 78+49+123=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #4E317B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E317B is #B1CE84. Grayscale: #414141. Windows color (decimal): -11652741 or 8073550. OLE color: 8073550.

HSL color Cylindrical-coordinate representation of color #4E317B: hue angle of 263.51º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E317B is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7849123-
CMYK0.370.6000.52
HSL263.51º43.02%33.73%-
HSV(B)263.51º60.16%48.24%-
XYZ7.825.2519.34-
YUV66.11160.11136.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.2%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 123 (48.44% from 255) = 49.2%
R=31.2%
G=19.6%
B=49.2%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal78491230.370.6000.52263.5143.0233.73
Hex4E317B253C0341082b22
Octal1166117345740644105342
Binary100111011000111110111001011111000110100100001000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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