#4e176f

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

Shades of Blue Diamond #4E176F

Tints of Blue Diamond #4E176F

Color information

#4E176F (or 0x4E176F) is unknown color: approx Blue Diamond. HEX triplet: 4E, 17 and 6F. RGB value is (78,23,111). Sum of RGB (Red+Green+Blue) = 78+23+111=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E176F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E176F is #B1E890. Grayscale: #313131. Windows color (decimal): -11659409 or 7280462. OLE color: 7280462.

HSL color Cylindrical-coordinate representation of color #4E176F: hue angle of 277.5º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E176F is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7823111-
CMYK0.300.7900.56
HSL277.5º65.67%26.27%-
HSV(B)277.5º79.28%43.53%-
XYZ6.323.3815.36-
YUV49.48162.72148.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.79%
GREEN value IS 23 (9.38% from 255) = 10.85%
BLUE value IS 111 (43.75% from 255) = 52.36%
R=36.79%
G=10.85%
B=52.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78231110.300.7900.56277.565.6726.27
Hex4E176F1E4F038116421a
Octal116271573611707042610232
Binary10011101011111011111111010011110111000100010110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e176f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,23,111); }

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

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

 a { background-color: rgb(78,23,111); }

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

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

 span { border-color: rgb(78,23,111); }

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