#4E256B

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

Shades of Blue Diamond #4E256B

Tints of Blue Diamond #4E256B

Color information

#4E256B (or 0x4E256B) is unknown color: approx Blue Diamond. HEX triplet: 4E, 25 and 6B. RGB value is (78,37,107). Sum of RGB (Red+Green+Blue) = 78+37+107=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E256B is #B1DA94. Grayscale: #393939. Windows color (decimal): -11655829 or 7021902. OLE color: 7021902.

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

Color convert

RGB7837107-
CMYK0.270.6500.58
HSL275.14º48.61%28.24%-
HSV(B)275.14º65.42%41.96%-
XYZ6.46414.34-
YUV57.24156.08142.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.14%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=35.14%
G=16.67%
B=48.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78371070.270.6500.58275.1448.6128.24
Hex4E256B1B4103A113311c
Octal11645153331010724236134
Binary10011101001011101011110111000001011101010001001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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