#4D166D

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

Shades of Blue Diamond #4D166D

Tints of Blue Diamond #4D166D

Color information

#4D166D (or 0x4D166D) is unknown color: approx Blue Diamond. HEX triplet: 4D, 16 and 6D. RGB value is (77,22,109). Sum of RGB (Red+Green+Blue) = 77+22+109=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D166D is #B2E992. Grayscale: #303030. Windows color (decimal): -11725203 or 7149133. OLE color: 7149133.

HSL color Cylindrical-coordinate representation of color #4D166D: hue angle of 277.93º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D166D is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7722109-
CMYK0.290.8000.57
HSL277.93º66.41%25.69%-
HSV(B)277.93º79.82%42.75%-
XYZ6.113.2614.77-
YUV48.36162.22148.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.02%
GREEN value IS 22 (8.98% from 255) = 10.58%
BLUE value IS 109 (42.97% from 255) = 52.40%
R=37.02%
G=10.58%
B=52.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77221090.290.8000.57277.9366.4125.69
Hex4D166D1D50039116421a
Octal115261553512007142610232
Binary10011011011011011011110110100000111001100010110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,22,109); }

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

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

 a { background-color: rgb(77,22,109); }

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

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

 span { border-color: rgb(77,22,109); }

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