#4D366D

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

Shades of Blue Diamond #4D366D

Tints of Blue Diamond #4D366D

Color information

#4D366D (or 0x4D366D) is unknown color: approx Blue Diamond. HEX triplet: 4D, 36 and 6D. RGB value is (77,54,109). Sum of RGB (Red+Green+Blue) = 77+54+109=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D366D is #B2C992. Grayscale: #424242. Windows color (decimal): -11717011 or 7157325. OLE color: 7157325.

HSL color Cylindrical-coordinate representation of color #4D366D: hue angle of 265.09º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D366D is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7754109-
CMYK0.290.5000.57
HSL265.09º33.74%31.96%-
HSV(B)265.09º50.46%42.75%-
XYZ7.145.3215.12-
YUV67.15151.62135.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.08%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=32.08%
G=22.5%
B=45.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77541090.290.5000.57265.0933.7431.96
Hex4D366D1D320391092220
Octal1156615535620714114240
Binary10011011101101101101111011100100111001100001001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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