#4E266B

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

Shades of Blue Diamond #4E266B

Tints of Blue Diamond #4E266B

Color information

#4E266B (or 0x4E266B) is unknown color: approx Blue Diamond. HEX triplet: 4E, 26 and 6B. RGB value is (78,38,107). Sum of RGB (Red+Green+Blue) = 78+38+107=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E266B is #B1D994. Grayscale: #393939. Windows color (decimal): -11655573 or 7022158. OLE color: 7022158.

HSL color Cylindrical-coordinate representation of color #4E266B: hue angle of 274.78º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E266B is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7838107-
CMYK0.270.6400.58
HSL274.78º47.59%28.43%-
HSV(B)274.78º64.49%41.96%-
XYZ6.494.0714.35-
YUV57.83155.75142.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.98%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=34.98%
G=17.04%
B=47.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78381070.270.6400.58274.7847.5928.43
Hex4E266B1B4003A113301c
Octal11646153331000724236034
Binary10011101001101101011110111000000011101010001001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,38,107); }

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

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

 a { background-color: rgb(78,38,107); }

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

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

 span { border-color: rgb(78,38,107); }

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