#4E3267

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

Shades of Blue Diamond #4E3267

Tints of Blue Diamond #4E3267

Color information

#4E3267 (or 0x4E3267) is unknown color: approx Blue Diamond. HEX triplet: 4E, 32 and 67. RGB value is (78,50,103). Sum of RGB (Red+Green+Blue) = 78+50+103=231 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.77% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E3267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3267 is #B1CD98. Grayscale: #404040. Windows color (decimal): -11652505 or 6763086. OLE color: 6763086.

HSL color Cylindrical-coordinate representation of color #4E3267: hue angle of 271.7º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E3267 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7850103-
CMYK0.240.5100.60
HSL271.7º34.64%30%-
HSV(B)271.7º51.46%40.39%-
XYZ6.734.8813.42-
YUV64.41149.78137.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.77%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 103 (40.62% from 255) = 44.59%
R=33.77%
G=21.65%
B=44.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal78501030.240.5100.60271.734.6430
Hex4E3267183303C110231e
Octal1166214730630744204336
Binary1001110110010110011111000110011011110010001000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,50,103); }

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

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

 a { background-color: rgb(78,50,103); }

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

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

 span { border-color: rgb(78,50,103); }

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