#4D166C

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

Shades of Blue Diamond #4D166C

Tints of Blue Diamond #4D166C

Color information

#4D166C (or 0x4D166C) is unknown color: approx Blue Diamond. HEX triplet: 4D, 16 and 6C. RGB value is (77,22,108). Sum of RGB (Red+Green+Blue) = 77+22+108=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D166C is #B2E993. Grayscale: #2F2F2F. Windows color (decimal): -11725204 or 7083597. OLE color: 7083597.

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

Color convert

RGB7722108-
CMYK0.290.8000.58
HSL278.37º66.15%25.49%-
HSV(B)278.37º79.63%42.35%-
XYZ6.053.2314.49-
YUV48.25161.72148.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.20%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 108 (42.58% from 255) = 52.17%
R=37.20%
G=10.63%
B=52.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77221080.290.8000.58278.3766.1525.49
Hex4D166C1D5003A1164219
Octal115261543512007242610231
Binary10011011011011011001110110100000111010100010110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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