#4E166B

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

Shades of Blue Diamond #4E166B

Tints of Blue Diamond #4E166B

Color information

#4E166B (or 0x4E166B) is unknown color: approx Blue Diamond. HEX triplet: 4E, 16 and 6B. RGB value is (78,22,107). Sum of RGB (Red+Green+Blue) = 78+22+107=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 107 (42.19% from 255 or 51.69% from 207); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E166B is #B1E994. Grayscale: #303030. Windows color (decimal): -11659669 or 7018062. OLE color: 7018062.

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

Color convert

RGB7822107-
CMYK0.270.7900.58
HSL279.53º65.89%25.29%-
HSV(B)279.53º79.44%41.96%-
XYZ6.083.2614.22-
YUV48.43161.05149.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.68%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 107 (42.19% from 255) = 51.69%
R=37.68%
G=10.63%
B=51.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78221070.270.7900.58279.5365.8925.29
Hex4E166B1B4F03A1184219
Octal116261533311707243010231
Binary10011101011011010111101110011110111010100011000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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