#4d346c

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

Shades of Blue Diamond #4D346C

Tints of Blue Diamond #4D346C

Color information

#4D346C (or 0x4D346C) is unknown color: approx Blue Diamond. HEX triplet: 4D, 34 and 6C. RGB value is (77,52,108). Sum of RGB (Red+Green+Blue) = 77+52+108=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D346C is #B2CB93. Grayscale: #414141. Windows color (decimal): -11717524 or 7091277. OLE color: 7091277.

HSL color Cylindrical-coordinate representation of color #4D346C: hue angle of 266.79º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D346C is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7752108-
CMYK0.290.5200.58
HSL266.79º35%31.37%-
HSV(B)266.79º51.85%42.35%-
XYZ75.1214.81-
YUV65.86151.78135.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.49%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=32.49%
G=21.94%
B=45.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77521080.290.5200.58266.793531.37
Hex4D346C1D3403A10b231f
Octal1156415435640724134337
Binary1001101110100110110011101110100011101010000101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d346c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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