#4E246A

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

Shades of Blue Diamond #4E246A

Tints of Blue Diamond #4E246A

Color information

#4E246A (or 0x4E246A) is unknown color: approx Blue Diamond. HEX triplet: 4E, 24 and 6A. RGB value is (78,36,106). Sum of RGB (Red+Green+Blue) = 78+36+106=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E246A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E246A is #B1DB95. Grayscale: #383838. Windows color (decimal): -11656086 or 6956110. OLE color: 6956110.

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

Color convert

RGB7836106-
CMYK0.260.6600.58
HSL276º49.3%27.84%-
HSV(B)276º66.04%41.57%-
XYZ6.373.9214.06-
YUV56.54155.91143.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.45%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 106 (41.80% from 255) = 48.18%
R=35.45%
G=16.36%
B=48.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78361060.260.6600.5827649.327.84
Hex4E246A1A4203A114311c
Octal11644152321020724246134
Binary10011101001001101010110101000010011101010001010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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